+Mon Jan 8 15:21:15 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Makefile.am (SUBDIRS): Restore build.
+
+ * gdk/gdk-sections.txt gdk/gdk-docs.sgml
+ gdk-pixbuf/gdk-pixbuf-sections.txt
+ gtk/gtk-sections.txt gtk/gtk-docs.sgml: : Update.
+
+ * */tmpl/*: Changes from update.
+
Wed Oct 25 15:19:40 2000 Owen Taylor <otaylor@redhat.com>
* gtk/tmpl/gtknotebook.sgml: Moved function docs into .c
## Process this file with automake to produce Makefile.in
-# SUBDIRS = gdk-pixbuf gdk gtk
+SUBDIRS = gdk-pixbuf gdk gtk
gdk_pixbuf_animation_get_width
gdk_pixbuf_animation_get_num_frames
gdk_pixbuf_animation_get_height
+gdk_pixbuf_frame_copy
+gdk_pixbuf_frame_free
gdk_pixbuf_frame_get_pixbuf
gdk_pixbuf_frame_get_action
gdk_pixbuf_frame_get_y_offset
GDK_PIXBUF_ANIMATION
GDK_TYPE_PIXBUF_ANIMATION
GDK_IS_PIXBUF_ANIMATION
+GDK_TYPE_PIXBUF_FRAME
<SUBSECTION Private>
+gdk_pixbuf_frame_get_type
gdk_pixbuf_animation_get_type
</SECTION>
@Returns:
+<!-- ##### FUNCTION gdk_pixbuf_frame_copy ##### -->
+<para>
+
+</para>
+
+@src:
+@Returns:
+<!-- # Unused Parameters # -->
+@frame:
+
+
+<!-- ##### FUNCTION gdk_pixbuf_frame_free ##### -->
+<para>
+
+</para>
+
+@frame:
+<!-- # Unused Parameters # -->
+@src:
+
+
<!-- ##### FUNCTION gdk_pixbuf_frame_get_pixbuf ##### -->
<para>
@pixbuf:
@Returns:
+<!-- # Unused Parameters # -->
+@src:
-<!-- ##### ARG GnomeCanvasPixbuf:width_in_pixels ##### -->
- <para>
- If this argument is %TRUE, then the width of the pixbuf will be
- considered to be in pixels, that is, it will not be visually
- scaled even if the item's affine transformation changes. If this
- is %FALSE, then the width of the pixbuf will be considered to be
- in canvas units, and so will be scaled normally by affine
- transformations. The default is %FALSE.
- </para>
+<!-- ##### SECTION ./tmpl/from-drawables.sgml:Title ##### -->
+Drawables to Pixbufs
-<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:See_Also ##### -->
+<!-- ##### USER_FUNCTION GdkPixbufLastUnref ##### -->
<para>
- GdkRGB
+ A function of this type can be used to override the default
+ operation when a pixbuf loses its last reference, i.e. when
+ gdk_pixbuf_unref() is called on a #GdkPixbuf structure that has a
+ reference count of 1. This function should determine whether to
+ finalize the pixbuf by calling gdk_pixbuf_finalize(), or whether
+ to just resume normal execution. The last unref handler for a
+ #GdkPixbuf can be set using the
+ gdk_pixbuf_set_last_unref_handler() function. By default, pixbufs
+ will be finalized automatically if no last unref handler has been
+ defined.
</para>
+@pixbuf: The pixbuf that is losing its last reference.
+@data: User closure data.
-<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:See_Also ##### -->
+<!-- ##### SECTION ./tmpl/rendering.sgml:See_Also ##### -->
<para>
- #GnomeCanvas, #GdkPixbuf
+ GdkRGB
</para>
-<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Short_Description ##### -->
+<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:Title ##### -->
+X Drawables to Pixbufs
+<!-- ##### FUNCTION gdk_pixbuf_render_pixmap_and_mask ##### -->
+<para>
-<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Short_Description ##### -->
-Canvas item to display #GdkPixbuf images.
+</para>
+@pixbuf:
+@pixmap_return:
+@mask_return:
+@alpha_threshold: <!--
+Local variables:
+mode: sgml
+sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
+End:
+-->
-<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:Long_Description ##### -->
+<!-- ##### ARG GnomeCanvasPixbuf:width ##### -->
<para>
- The &gdk-pixbuf; Xlib library provides several convenience
- functions to render pixbufs to X drawables. It uses XlibRGB to
- render the image data.
+ Indicates the width the pixbuf will be scaled to. This argument
+ will only be used if the <link
+ linkend="GnomeCanvasPixbuf--width-set">width_set</link> argument
+ is %TRUE. If the <link
+ linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>
+ argument is %FALSE, the width will be taken to be in canvas units,
+ and thus will be scaled along with the canvas item's affine
+ transformation. If width_in_pixels is %TRUE, the width will be
+ taken to be in pixels, and will visually remain a constant size
+ even if the item's affine transformation changes.
</para>
- <para>
- These functions are analogous to those for the Gdk version of
- &gdk-pixbuf;.
- </para>
+<!-- ##### ARG GnomeCanvasPixbuf:x-pixels ##### -->
+<para>
-<!-- ##### FUNCTION gdk_pixbuf_render_threshold_alpha ##### -->
+</para>
+
+
+<!-- ##### FUNCTION gdk_pixbuf_render_to_drawable ##### -->
<para>
</para>
@pixbuf:
-@bitmap:
+@drawable:
+@gc:
@src_x:
@src_y:
@dest_x:
@dest_y:
@width:
@height:
-@alpha_threshold:
+@dither:
+@x_dither:
+@y_dither:
-<!-- ##### SECTION ./tmpl/rendering.sgml:Long_Description ##### -->
+<!-- ##### FUNCTION gdk_pixbuf_get_from_drawable ##### -->
+<para>
+
+</para>
+
+@dest:
+@src:
+@cmap:
+@src_x:
+@src_y:
+@dest_x:
+@dest_y:
+@width:
+@height:
+@Returns: <!--
+Local variables:
+mode: sgml
+sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
+End:
+-->
+
+<!-- ##### ARG GnomeCanvasPixbuf:x ##### -->
<para>
- The &gdk-pixbuf; library provides several convenience functions to
- render pixbufs to GDK drawables. It uses the GdkRGB to render the
- image data.
+ Indicates the horizontal translation offset of the pixbuf item's
+ image. This offset may not actually appear horizontal, since it
+ will be affected by the item's affine transformation. The default
+ is 0.0.
</para>
+
+<!-- ##### ARG GnomeCanvasPixbuf:y ##### -->
<para>
- At this point there is not a standard alpha channel extension for
- the X Window System, so it is not possible to use full opacity
- information when painting images to arbitrary drawables. The
- &gdk-pixbuf; convenience functions will threshold the opacity
- information to create a bi-level clipping mask (black and white),
- and use that to draw the image onto a drawable.
+ Indicates the vertical translation offset of the pixbuf item's
+ image. Works in the same way as the <link
+ linkend="GnomeCanvasPixbuf--x">x</link> argument. The default is
+ 0.0.
</para>
- <important>
- <para>
- Since these functions use GdkRGB for rendering, you must
- initialize GdkRGB before using any of them. You can do this by
- calling gdk_rgb_init() near the beginning of your program.
- </para>
- </important>
+<!-- ##### SECTION ./tmpl/xlib-init.sgml:Short_Description ##### -->
+Initializing the &gdk-pixbuf; Xlib library.
-<!-- ##### SECTION ./tmpl/xlib-init.sgml:Title ##### -->
-&gdk-pixbuf; Xlib initialization
+<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:Long_Description ##### -->
+ <para>
+ The functions in this section allow you to take the image data
+ from an X drawable and dump it into a #GdkPixbuf. This can be
+ used for screenshots and other special effects. Note that these
+ operations can be expensive, since the image data has to be
+ transferred from the X server to the client program and converted.
+ </para>
-<!-- ##### ARG GnomeCanvasPixbuf:height_in_pixels ##### -->
<para>
- Works in the same way as the <link
- linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>
- argument. The default is %FALSE.
+ These functions are analogous to those for the Gdk version of
+ &gdk-pixbuf;.
</para>
-<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:See_Also ##### -->
+<!-- ##### FUNCTION gdk_pixbuf_new_from_art_pixbuf ##### -->
<para>
</para>
+@art_pixbuf:
+@Returns:
-<!-- ##### SECTION ./tmpl/rendering.sgml:Title ##### -->
-Rendering
+<!-- ##### SECTION ./tmpl/xlib-init.sgml:See_Also ##### -->
+ <para>
+ XlibRGB
+ </para>
-<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:Short_Description ##### -->
-Getting parts of an X drawable's image data into a pixbuf.
+<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:See_Also ##### -->
+ <para>
+ #GnomeCanvas, #GdkPixbuf
+ </para>
-<!-- ##### SECTION ./tmpl/from-drawables.sgml:Short_Description ##### -->
-Getting parts of a drawable's image data into a pixbuf.
+<!-- ##### ARG GnomeCanvasPixbuf:pixbuf ##### -->
+ <para>
+ Contains a pointer to a #GdkPixbuf structure that will be used by
+ the pixbuf canvas item as an image source. When a pixbuf is set
+ its reference count is incremented; if the pixbuf item kept a
+ pointer to another #GdkPixbuf structure, the reference count of
+ this structure will be decremented. Also, the GdkPixbuf's
+ reference count will automatically be decremented when the
+ #GnomeCanvasPixbuf item is destroyed. When a pixbuf is queried, a
+ reference count will not be added to the return value; you must do
+ this yourself if you intend to keep the pixbuf structure around.
+ </para>
-<!-- ##### FUNCTION gdk_pixbuf_render_pixmap_and_mask ##### -->
+<!-- ##### ARG GnomeCanvasPixbuf:width-pixels ##### -->
<para>
</para>
-@pixbuf:
-@pixmap_return:
-@mask_return:
-@alpha_threshold: <!--
-Local variables:
-mode: sgml
-sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
-End:
--->
-<!-- ##### ARG GnomeCanvasPixbuf:y_in_pixels ##### -->
+<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:See_Also ##### -->
<para>
- Works in the same way as the <link
- linkend="GnomeCanvasPixbuf--x-in-pixels">x_in_pixels</link>
- argument, but controls whether the <link
- linkend="GnomeCanvasPixbuf--y">y</link> translation offset is
- scaled or not. The default is %FALSE.
+ GdkRGB
</para>
-<!--
-Local variables:
-mode: sgml
-sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
-End:
--->
-
-
-<!-- ##### SECTION ./tmpl/xlib-init.sgml:Short_Description ##### -->
-Initializing the &gdk-pixbuf; Xlib library.
-
-
-<!-- ##### FUNCTION gdk_pixbuf_render_to_drawable_alpha ##### -->
-<para>
-
-</para>
-
-@pixbuf:
-@drawable:
-@src_x:
-@src_y:
-@dest_x:
-@dest_y:
-@width:
-@height:
-@alpha_mode:
-@alpha_threshold:
-@dither:
-@x_dither:
-@y_dither:
-<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:Long_Description ##### -->
+<!-- ##### ARG GnomeCanvasPixbuf:x-set ##### -->
<para>
- The XlibRGB set of functions is a port of the GdkRGB library to
- use plain Xlib and X drawables. You can use these functions to
- render RGB buffers into drawables very quickly with high-quality
- dithering.
+ Determines whether the <link
+ linkend="GnomeCanvasPixbuf--x">x</link> argument is used to
+ translate the pixbuf from its logical origin in item-relative
+ coordinates.
</para>
-<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Long_Description ##### -->
+<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:Long_Description ##### -->
<para>
- This canvas item displays #GdkPixbuf images. It handles full
- affine transformations in both GDK and antialiased modes, and also
- supports the <ulink url="http://www.w3.org">W3C</ulink>'s <ulink
- url="http://www.w3.org/Graphics/SVG/">SVG</ulink>-like scaling and
- translation semantics for absolute pixel values.
+ The &gdk-pixbuf; Xlib library provides several convenience
+ functions to render pixbufs to X drawables. It uses XlibRGB to
+ render the image data.
</para>
<para>
- #GdkPixbuf structures may be shared among different pixbuf canvas
- items; the pixbuf item uses #GdkPixbuf's reference counting
- functions for this.
+ These functions are analogous to those for the Gdk version of
+ &gdk-pixbuf;.
</para>
- <refsect2>
- <title>Custom Scaling and Translation</title>
- <para>
- In addition to the normal affine transformations supported by
- canvas items, the #GnomeCanvasPixbuf item supports independent
- object arguments for scaling and translation. This is useful
- for explicitly setting a size to which the pixbuf's image will
- be scaled, and for specifying translation offsets that take
- place in the item's local coordinate system.
- </para>
+<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Short_Description ##### -->
- <para>
- By default, the pixbuf canvas item will attain the size in units
- of the #GdkPixbuf it contains. If a #GnomeCanvasPixbuf is
- configured to use a #GdkPixbuf that has a size of 300 by 200
- pixels, then the pixbuf item will automatically obtain a size of
- 300 by 200 units in the item's local coordinate system. If the
- item is transformed with a scaling transformation of (0.5, 2.0),
- then the final image size will be of 150 by 400 pixels.
- </para>
-
- <para>
- To set custom width and height values, you must set the <link
- linkend="GnomeCanvasPixbuf--width-set">width_set</link> or <link
- linkend="GnomeCanvasPixbuf--height-set">height_set</link>
- arguments to %TRUE, and then set the <link
- linkend="GnomeCanvasPixbuf--width">width</link> or <link
- linkend="GnomeCanvasPixbuf--height">height</link> arguments to
- the desired values. The former two arguments control whether
- the latter two are used when computing the final image's size;
- they are both %FALSE by default so that the pixbuf item will
- attain a size in units equal to the size in pixels of the
- #GdkPixbuf that the item contains.
- </para>
-
- <para>
- The custom translation offsets are controlled by the <link
- linkend="GnomeCanvasPixbuf--x">x</link> and <link
- linkend="GnomeCanvasPixbuf--y">y</link> arguments. The logical
- upper-left vertex of the image will be translated by the
- specified distance, aligned with the item's local coordinate
- system.
- </para>
- </refsect2>
-
- <refsect2>
- <title>Absolute Pixel Scaling and Translation</title>
-
- <para>
- The <ulink url="http://www.w3.org/Graphics/SVG/">Scalable Vector
- Graphics</ulink> specification (SVG) of the <ulink
- url="http://www.w3.org">World Wide Web Consortium</ulink> also
- allows images to be translated and scaled by absolute pixel
- values that are independent of an item's normal affine
- transformation.
- </para>
-
- <para>
- Normally, the pixbuf item's translation and scaling arguments
- are interpreted in units, so they will be modified by the item's
- affine transformation. The <link
- linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>,
- <link
- linkend="GnomeCanvasPixbuf--height-in-pixels">height_in_pixels</link>,
- <link
- linkend="GnomeCanvasPixbuf--x-in-pixels">x_in_pixels</link>, and
- <link
- linkend="GnomeCanvasPixbuf--y-in-pixels">y_in_pixels</link>
- object arguments can be used to modify this behavior. If one of
- these arguments is %TRUE, then the corresponding scaling or
- translation value will not be affected lengthwise by the pixbuf
- item's affine transformation.
- </para>
-
- <para>
- For example, consider a pixbuf item whose size is (300, 200).
- If the item is modified with a scaling transformation of (0.5,
- 2.0) but the <link
- linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>
- is set to %TRUE, then the item will appear to be (300, 400)
- pixels in size. This means that in this case the item's affine
- transformation only applies to the height value, while the width
- value is kept in absolute pixels.
- </para>
-
- <para>
- Likewise, consider a pixbuf item whose (<link
- linkend="GnomeCanvasPixbuf--x">x</link>, <link
- linkend="GnomeCanvasPixbuf--y">y</link>) arguments are set to
- (30, 40). If the item is then modified by the same scaling
- transformation of (0.5, 2.0) but the <link
- linkend="GnomeCanvasPixbuf--y-in-pixels">y_in_pixels</link>
- argument is set to %TRUE, then the image's upper-left corner
- will appear to be at position (15, 40). In this case, the
- affine transformation is applied only to the x offset, while the
- y offset is kept in absolute pixels.
- </para>
-
- <para>
- In short, these arguments control whether a particular dimension
- of a pixbuf item is scaled or not in the normal way by the
- item's affine transformation.
- </para>
- </refsect2>
-
- <refsect2>
- <title>Resource Management</title>
-
- <para>
- When you set the #GdkPixbuf structure that a #GnomeCanvasPixbuf
- item will use by setting the <link
- linkend="GnomeCanvasPixbuf--pixbuf">pixbuf</link> argument, a
- reference count will be added to that #GdkPixbuf structure.
- When the pixbuf item no longer needs the #GdkPixbuf structure,
- such as when the item is destroyed or when a new pixbuf
- structure is passed to it, then the old #GdkPixbuf structure
- will be automatically unreferenced.
- </para>
-
- <para>
- This means that if an application just needs to load a pixbuf
- image and set it into a pixbuf canvas item, it can do the
- following to ‘forget’ about the pixbuf structure:
-
- <programlisting>
- GdkPixbuf *pixbuf;
- GnomeCanvasItem *item;
-
- pixbuf = gdk_pixbuf_new_from_file ("foo.png");
- g_assert (pixbuf != NULL);
-
- item = gnome_canvas_item_new (gnome_canvas_root (my_canvas),
- gnome_canvas_pixbuf_get_type (),
- "pixbuf", pixbuf,
- NULL);
- gdk_pixbuf_unref (pixbuf);
- </programlisting>
- </para>
-
- <para>
- After this happens, the reference count of the pixbuf structure
- will be 1: the gdk_pixbuf_new_from_file() function creates it
- with a reference count of 1, then setting the <link
- linkend="GnomeCanvasPixbuf--pixbuf">pixbuf</link> argument of
- the #GnomeCanvasPixbuf item increases it to 2, and then it is
- decremented to 1 by the call to gdk_pixbuf_unref(). When the
- canvas item is destroyed, it will automatically unreference the
- pixbuf structure again, causing its reference count to drop to
- zero and thus be freed.
- </para>
- </refsect2>
-
-
-<!-- ##### SECTION ./tmpl/rendering.sgml:Short_Description ##### -->
-Rendering a pixbuf to a GDK drawable.
-<!-- ##### MACRO GDK_PIXBUF_LOADER ##### -->
- <para>
- Casts a #GtkObject to a #GdkPixbufLoader.
- </para>
-
-@obj: A GTK+ object.
-
-<!-- ##### STRUCT GdkPixbufAnimationClass ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### ARG GnomeCanvasPixbuf:x_set ##### -->
- <para>
- Determines whether the <link
- linkend="GnomeCanvasPixbuf--x">x</link> argument is used to
- translate the pixbuf from its logical origin in item-relative
- coordinates.
- </para>
+<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Short_Description ##### -->
+Canvas item to display #GdkPixbuf images.
-<!-- ##### MACRO GNOME_CANVAS_PIXBUF ##### -->
+<!-- ##### SECTION ./tmpl/from-drawables.sgml:Long_Description ##### -->
<para>
- Casts a #GtkOjbect to a #GnomeCanvasPixbuf.
+ The functions in this section allow you to take the image data
+ from a GDK drawable and dump it into a #GdkPixbuf. This can be
+ used for screenshots and other special effects. Note that these
+ operations can be expensive, since the image data has to be
+ transferred from the X server to the client program and converted.
</para>
-@obj: A GTK+ object.
-<!-- ##### ARG GnomeCanvasPixbuf:width_set ##### -->
+<!-- ##### ARG GnomeCanvasPixbuf:width-set ##### -->
<para>
Determines whether the <link
linkend="GnomeCanvasPixbuf--width">width</link> argument is taken
</para>
-<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:Long_Description ##### -->
- <para>
- The functions in this section allow you to take the image data
- from an X drawable and dump it into a #GdkPixbuf. This can be
- used for screenshots and other special effects. Note that these
- operations can be expensive, since the image data has to be
- transferred from the X server to the client program and converted.
- </para>
-
+<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:Long_Description ##### -->
<para>
- These functions are analogous to those for the Gdk version of
- &gdk-pixbuf;.
+ The XlibRGB set of functions is a port of the GdkRGB library to
+ use plain Xlib and X drawables. You can use these functions to
+ render RGB buffers into drawables very quickly with high-quality
+ dithering.
</para>
-<!-- ##### USER_FUNCTION GdkPixbufLastUnref ##### -->
- <para>
- A function of this type can be used to override the default
- operation when a pixbuf loses its last reference, i.e. when
- gdk_pixbuf_unref() is called on a #GdkPixbuf structure that has a
- reference count of 1. This function should determine whether to
- finalize the pixbuf by calling gdk_pixbuf_finalize(), or whether
- to just resume normal execution. The last unref handler for a
- #GdkPixbuf can be set using the
- gdk_pixbuf_set_last_unref_handler() function. By default, pixbufs
- will be finalized automatically if no last unref handler has been
- defined.
- </para>
+<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:Short_Description ##### -->
+Functions for rendering RGB buffers to X drawables.
-@pixbuf: The pixbuf that is losing its last reference.
-@data: User closure data.
-<!-- ##### SECTION ./tmpl/xlib-init.sgml:See_Also ##### -->
+<!-- ##### MACRO GNOME_CANVAS_PIXBUF ##### -->
<para>
- XlibRGB
+ Casts a #GtkOjbect to a #GnomeCanvasPixbuf.
</para>
+@obj: A GTK+ object.
<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:See_Also ##### -->
<para>
</para>
-<!-- ##### FUNCTION gdk_pixbuf_new_from_art_pixbuf ##### -->
+<!-- ##### ARG GnomeCanvasPixbuf:height-pixels ##### -->
<para>
</para>
-@art_pixbuf:
-@Returns:
-<!-- ##### ARG GnomeCanvasPixbuf:height ##### -->
+<!-- ##### ARG GnomeCanvasPixbuf:y-in-pixels ##### -->
<para>
- Indicates the height the pixbuf will be scaled to. This argument
- will only be used if the <link
- linkend="GnomeCanvasPixbuf--height-set">height_set</link> argument
- is %TRUE. Works in the same way as the <link
- linkend="GnomeCanvasPixbuf--width">width</link> argument.
+ Works in the same way as the <link
+ linkend="GnomeCanvasPixbuf--x-in-pixels">x_in_pixels</link>
+ argument, but controls whether the <link
+ linkend="GnomeCanvasPixbuf--y">y</link> translation offset is
+ scaled or not. The default is %FALSE.
</para>
-
-<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:Title ##### -->
-Xlib Rendering
+<!--
+Local variables:
+mode: sgml
+sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
+End:
+-->
-<!-- ##### SECTION ./tmpl/from-drawables.sgml:See_Also ##### -->
- <para>
- gdk_image_get().
- </para>
+<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:Short_Description ##### -->
+Rendering a pixbuf to an X drawable.
-<!-- ##### ARG GnomeCanvasPixbuf:height_pixels ##### -->
+<!-- ##### FUNCTION gdk_pixbuf_finalize ##### -->
<para>
</para>
+@pixbuf: <!--
+Local variables:
+mode: sgml
+sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
+End:
+-->
-<!-- ##### ARG GnomeCanvasPixbuf:pixbuf ##### -->
+<!-- ##### ARG GnomeCanvasPixbuf:x-in-pixels ##### -->
<para>
- Contains a pointer to a #GdkPixbuf structure that will be used by
- the pixbuf canvas item as an image source. When a pixbuf is set
- its reference count is incremented; if the pixbuf item kept a
- pointer to another #GdkPixbuf structure, the reference count of
- this structure will be decremented. Also, the GdkPixbuf's
- reference count will automatically be decremented when the
- #GnomeCanvasPixbuf item is destroyed. When a pixbuf is queried, a
- reference count will not be added to the return value; you must do
- this yourself if you intend to keep the pixbuf structure around.
+ If this argument is %TRUE, the pixbuf's translation with respect
+ to its logical origin in item-relative coordinates will be in
+ pixels, that is, the visible offset will not change even if the
+ item's affine transformation changes. If it is %FALSE, the
+ pixbuf's translation will be taken to be in canvas units, and thus
+ will change along with the item's affine transformation. The
+ default is %FALSE.
</para>
-<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:Short_Description ##### -->
-Functions for rendering RGB buffers to X drawables.
+<!-- ##### SECTION ./tmpl/rendering.sgml:Short_Description ##### -->
+Rendering a pixbuf to a GDK drawable.
-<!-- ##### ARG GnomeCanvasPixbuf:x ##### -->
- <para>
- Indicates the horizontal translation offset of the pixbuf item's
- image. This offset may not actually appear horizontal, since it
- will be affected by the item's affine transformation. The default
- is 0.0.
- </para>
+<!-- ##### FUNCTION gdk_pixbuf_set_last_unref_handler ##### -->
+<para>
+</para>
-<!-- ##### ARG GnomeCanvasPixbuf:y ##### -->
+@pixbuf:
+@last_unref_fn:
+@last_unref_fn_data:
+
+<!-- ##### ARG GnomeCanvasPixbuf:y-set ##### -->
<para>
- Indicates the vertical translation offset of the pixbuf item's
- image. Works in the same way as the <link
- linkend="GnomeCanvasPixbuf--x">x</link> argument. The default is
- 0.0.
+ Determines whether the <link
+ linkend="GnomeCanvasPixbuf--y">y</link> argument is used to
+ translate the pixbuf from its logical origin in item-relative
+ coordinates. Works in the same way as the <link
+ linkend="GnomeCanvasPixbuf--x-set">x_set</link> argument. The
+ default is %FALSE.
</para>
-<!-- ##### ARG GnomeCanvasPixbuf:width ##### -->
+<!-- ##### SECTION ./tmpl/xlib-init.sgml:Long_Description ##### -->
<para>
- Indicates the width the pixbuf will be scaled to. This argument
- will only be used if the <link
- linkend="GnomeCanvasPixbuf--width-set">width_set</link> argument
- is %TRUE. If the <link
- linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>
- argument is %FALSE, the width will be taken to be in canvas units,
- and thus will be scaled along with the canvas item's affine
- transformation. If width_in_pixels is %TRUE, the width will be
- taken to be in pixels, and will visually remain a constant size
- even if the item's affine transformation changes.
+ In addition to the normal Gdk-specific functions, the &gdk-pixbuf;
+ package provides a small library that lets Xlib-only applications
+ use #GdkPixbuf structures and render them to X drawables. The
+ functions in this section are used to initialize the &gdk-pixbuf;
+ Xlib library. This library must be initialized near the beginning
+ or the program or before calling any of the other &gdk-pixbuf;
+ Xlib functions; it cannot be initialized automatically since
+ Xlib-only applications do not call gdk_rgb_init() like GNOME
+ applications do.
</para>
-<!-- ##### FUNCTION gdk_pixbuf_set_last_unref_handler ##### -->
+<!-- ##### FUNCTION gdk_pixbuf_get_format ##### -->
<para>
</para>
@pixbuf:
-@last_unref_fn:
-@last_unref_fn_data:
+@Returns:
-<!-- ##### ARG GnomeCanvasPixbuf:height_set ##### -->
- <para>
- Determines whether the <link
- linkend="GnomeCanvasPixbuf--height">height</link> argument is
- taken into account when scaling the pixbuf item. Works in the
- same way as the <link
- linkend="GnomeCanvasPixbuf--width-set">width_set</link> argument.
- The default is %FALSE.
- </para>
+<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:See_Also ##### -->
+<para>
+</para>
-<!-- ##### FUNCTION gdk_pixbuf_render_to_drawable ##### -->
+
+<!-- ##### FUNCTION gdk_pixbuf_render_to_drawable_alpha ##### -->
<para>
</para>
@pixbuf:
@drawable:
-@gc:
@src_x:
@src_y:
@dest_x:
@dest_y:
@width:
@height:
+@alpha_mode:
+@alpha_threshold:
@dither:
@x_dither:
@y_dither:
-<!-- ##### SECTION ./tmpl/xlib-init.sgml:Long_Description ##### -->
+<!-- ##### ARG GnomeCanvasPixbuf:y-pixels ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/xlib-init.sgml:Title ##### -->
+&gdk-pixbuf; Xlib initialization
+
+
+<!-- ##### ARG GnomeCanvasPixbuf:height-set ##### -->
<para>
- In addition to the normal Gdk-specific functions, the &gdk-pixbuf;
- package provides a small library that lets Xlib-only applications
- use #GdkPixbuf structures and render them to X drawables. The
- functions in this section are used to initialize the &gdk-pixbuf;
- Xlib library. This library must be initialized near the beginning
- or the program or before calling any of the other &gdk-pixbuf;
- Xlib functions; it cannot be initialized automatically since
- Xlib-only applications do not call gdk_rgb_init() like GNOME
- applications do.
+ Determines whether the <link
+ linkend="GnomeCanvasPixbuf--height">height</link> argument is
+ taken into account when scaling the pixbuf item. Works in the
+ same way as the <link
+ linkend="GnomeCanvasPixbuf--width-set">width_set</link> argument.
+ The default is %FALSE.
</para>
-<!-- ##### ARG GnomeCanvasPixbuf:y_pixels ##### -->
-<para>
+<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:Short_Description ##### -->
+Getting parts of an X drawable's image data into a pixbuf.
-</para>
+<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:Title ##### -->
+XlibRGB
-<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:See_Also ##### -->
+
+<!-- ##### ARG GnomeCanvasPixbuf:width-in-pixels ##### -->
+ <para>
+ If this argument is %TRUE, then the width of the pixbuf will be
+ considered to be in pixels, that is, it will not be visually
+ scaled even if the item's affine transformation changes. If this
+ is %FALSE, then the width of the pixbuf will be considered to be
+ in canvas units, and so will be scaled normally by affine
+ transformations. The default is %FALSE.
+ </para>
+
+
+<!-- ##### ARG GnomeCanvasPixbuf:height ##### -->
+ <para>
+ Indicates the height the pixbuf will be scaled to. This argument
+ will only be used if the <link
+ linkend="GnomeCanvasPixbuf--height-set">height_set</link> argument
+ is %TRUE. Works in the same way as the <link
+ linkend="GnomeCanvasPixbuf--width">width</link> argument.
+ </para>
+
+
+<!-- ##### ARG GnomeCanvasPixbuf:height-in-pixels ##### -->
+ <para>
+ Works in the same way as the <link
+ linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>
+ argument. The default is %FALSE.
+ </para>
+
+
+<!-- ##### SECTION ./tmpl/from-drawables.sgml:See_Also ##### -->
+ <para>
+ gdk_image_get().
+ </para>
+
+
+<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:See_Also ##### -->
<para>
</para>
-<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Long_Description ##### -->
+<!-- ##### STRUCT GdkPixbufAnimationClass ##### -->
<para>
</para>
-<!-- ##### SECTION ./tmpl/rendering.sgml:See_Also ##### -->
+<!-- ##### SECTION ./tmpl/rendering.sgml:Title ##### -->
+Rendering
+
+
+<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Title ##### -->
+GnomeCanvasPixbuf
+
+
+<!-- ##### MACRO GDK_PIXBUF_LOADER ##### -->
<para>
- GdkRGB
+ Casts a #GtkObject to a #GdkPixbufLoader.
</para>
+@obj: A GTK+ object.
-<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:Short_Description ##### -->
-Rendering a pixbuf to an X drawable.
+<!-- ##### SECTION ./tmpl/rendering.sgml:Long_Description ##### -->
+ <para>
+ The &gdk-pixbuf; library provides several convenience functions to
+ render pixbufs to GDK drawables. It uses the GdkRGB to render the
+ image data.
+ </para>
+ <para>
+ At this point there is not a standard alpha channel extension for
+ the X Window System, so it is not possible to use full opacity
+ information when painting images to arbitrary drawables. The
+ &gdk-pixbuf; convenience functions will threshold the opacity
+ information to create a bi-level clipping mask (black and white),
+ and use that to draw the image onto a drawable.
+ </para>
-<!-- ##### FUNCTION gdk_pixbuf_finalize ##### -->
-<para>
+ <important>
+ <para>
+ Since these functions use GdkRGB for rendering, you must
+ initialize GdkRGB before using any of them. You can do this by
+ calling gdk_rgb_init() near the beginning of your program.
+ </para>
+ </important>
-</para>
-@pixbuf: <!--
-Local variables:
-mode: sgml
-sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
-End:
--->
+<!-- ##### SECTION ./tmpl/from-drawables.sgml:Short_Description ##### -->
+Getting parts of a drawable's image data into a pixbuf.
-<!-- ##### FUNCTION gdk_pixbuf_get_from_drawable ##### -->
+
+<!-- ##### FUNCTION gdk_pixbuf_render_threshold_alpha ##### -->
<para>
</para>
-@dest:
-@src:
-@cmap:
+@pixbuf:
+@bitmap:
@src_x:
@src_y:
@dest_x:
@dest_y:
@width:
@height:
-@Returns: <!--
-Local variables:
-mode: sgml
-sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
-End:
--->
+@alpha_threshold:
-<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Title ##### -->
-gdk-pixbuf-io
+<!-- ##### STRUCT GdkPixbufClass ##### -->
+<para>
+</para>
+
+
+<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Long_Description ##### -->
+<para>
+
+</para>
-<!-- ##### ARG GnomeCanvasPixbuf:y_set ##### -->
+
+<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Long_Description ##### -->
<para>
- Determines whether the <link
- linkend="GnomeCanvasPixbuf--y">y</link> argument is used to
- translate the pixbuf from its logical origin in item-relative
- coordinates. Works in the same way as the <link
- linkend="GnomeCanvasPixbuf--x-set">x_set</link> argument. The
- default is %FALSE.
+ This canvas item displays #GdkPixbuf images. It handles full
+ affine transformations in both GDK and antialiased modes, and also
+ supports the <ulink url="http://www.w3.org">W3C</ulink>'s <ulink
+ url="http://www.w3.org/Graphics/SVG/">SVG</ulink>-like scaling and
+ translation semantics for absolute pixel values.
</para>
+ <para>
+ #GdkPixbuf structures may be shared among different pixbuf canvas
+ items; the pixbuf item uses #GdkPixbuf's reference counting
+ functions for this.
+ </para>
-<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Title ##### -->
-GnomeCanvasPixbuf
-
+ <refsect2>
+ <title>Custom Scaling and Translation</title>
-<!-- ##### ARG GnomeCanvasPixbuf:x_pixels ##### -->
-<para>
+ <para>
+ In addition to the normal affine transformations supported by
+ canvas items, the #GnomeCanvasPixbuf item supports independent
+ object arguments for scaling and translation. This is useful
+ for explicitly setting a size to which the pixbuf's image will
+ be scaled, and for specifying translation offsets that take
+ place in the item's local coordinate system.
+ </para>
-</para>
+ <para>
+ By default, the pixbuf canvas item will attain the size in units
+ of the #GdkPixbuf it contains. If a #GnomeCanvasPixbuf is
+ configured to use a #GdkPixbuf that has a size of 300 by 200
+ pixels, then the pixbuf item will automatically obtain a size of
+ 300 by 200 units in the item's local coordinate system. If the
+ item is transformed with a scaling transformation of (0.5, 2.0),
+ then the final image size will be of 150 by 400 pixels.
+ </para>
+ <para>
+ To set custom width and height values, you must set the <link
+ linkend="GnomeCanvasPixbuf--width-set">width_set</link> or <link
+ linkend="GnomeCanvasPixbuf--height-set">height_set</link>
+ arguments to %TRUE, and then set the <link
+ linkend="GnomeCanvasPixbuf--width">width</link> or <link
+ linkend="GnomeCanvasPixbuf--height">height</link> arguments to
+ the desired values. The former two arguments control whether
+ the latter two are used when computing the final image's size;
+ they are both %FALSE by default so that the pixbuf item will
+ attain a size in units equal to the size in pixels of the
+ #GdkPixbuf that the item contains.
+ </para>
-<!-- ##### FUNCTION gdk_pixbuf_get_format ##### -->
-<para>
+ <para>
+ The custom translation offsets are controlled by the <link
+ linkend="GnomeCanvasPixbuf--x">x</link> and <link
+ linkend="GnomeCanvasPixbuf--y">y</link> arguments. The logical
+ upper-left vertex of the image will be translated by the
+ specified distance, aligned with the item's local coordinate
+ system.
+ </para>
+ </refsect2>
-</para>
+ <refsect2>
+ <title>Absolute Pixel Scaling and Translation</title>
-@pixbuf:
-@Returns:
+ <para>
+ The <ulink url="http://www.w3.org/Graphics/SVG/">Scalable Vector
+ Graphics</ulink> specification (SVG) of the <ulink
+ url="http://www.w3.org">World Wide Web Consortium</ulink> also
+ allows images to be translated and scaled by absolute pixel
+ values that are independent of an item's normal affine
+ transformation.
+ </para>
-<!-- ##### SECTION ./tmpl/from-drawables.sgml:Long_Description ##### -->
- <para>
- The functions in this section allow you to take the image data
- from a GDK drawable and dump it into a #GdkPixbuf. This can be
- used for screenshots and other special effects. Note that these
- operations can be expensive, since the image data has to be
- transferred from the X server to the client program and converted.
- </para>
+ <para>
+ Normally, the pixbuf item's translation and scaling arguments
+ are interpreted in units, so they will be modified by the item's
+ affine transformation. The <link
+ linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>,
+ <link
+ linkend="GnomeCanvasPixbuf--height-in-pixels">height_in_pixels</link>,
+ <link
+ linkend="GnomeCanvasPixbuf--x-in-pixels">x_in_pixels</link>, and
+ <link
+ linkend="GnomeCanvasPixbuf--y-in-pixels">y_in_pixels</link>
+ object arguments can be used to modify this behavior. If one of
+ these arguments is %TRUE, then the corresponding scaling or
+ translation value will not be affected lengthwise by the pixbuf
+ item's affine transformation.
+ </para>
+ <para>
+ For example, consider a pixbuf item whose size is (300, 200).
+ If the item is modified with a scaling transformation of (0.5,
+ 2.0) but the <link
+ linkend="GnomeCanvasPixbuf--width-in-pixels">width_in_pixels</link>
+ is set to %TRUE, then the item will appear to be (300, 400)
+ pixels in size. This means that in this case the item's affine
+ transformation only applies to the height value, while the width
+ value is kept in absolute pixels.
+ </para>
-<!-- ##### ARG GnomeCanvasPixbuf:width_pixels ##### -->
-<para>
+ <para>
+ Likewise, consider a pixbuf item whose (<link
+ linkend="GnomeCanvasPixbuf--x">x</link>, <link
+ linkend="GnomeCanvasPixbuf--y">y</link>) arguments are set to
+ (30, 40). If the item is then modified by the same scaling
+ transformation of (0.5, 2.0) but the <link
+ linkend="GnomeCanvasPixbuf--y-in-pixels">y_in_pixels</link>
+ argument is set to %TRUE, then the image's upper-left corner
+ will appear to be at position (15, 40). In this case, the
+ affine transformation is applied only to the x offset, while the
+ y offset is kept in absolute pixels.
+ </para>
-</para>
+ <para>
+ In short, these arguments control whether a particular dimension
+ of a pixbuf item is scaled or not in the normal way by the
+ item's affine transformation.
+ </para>
+ </refsect2>
+ <refsect2>
+ <title>Resource Management</title>
-<!-- ##### SECTION ./tmpl/xlib-from-drawables.sgml:Title ##### -->
-X Drawables to Pixbufs
+ <para>
+ When you set the #GdkPixbuf structure that a #GnomeCanvasPixbuf
+ item will use by setting the <link
+ linkend="GnomeCanvasPixbuf--pixbuf">pixbuf</link> argument, a
+ reference count will be added to that #GdkPixbuf structure.
+ When the pixbuf item no longer needs the #GdkPixbuf structure,
+ such as when the item is destroyed or when a new pixbuf
+ structure is passed to it, then the old #GdkPixbuf structure
+ will be automatically unreferenced.
+ </para>
+ <para>
+ This means that if an application just needs to load a pixbuf
+ image and set it into a pixbuf canvas item, it can do the
+ following to ‘forget’ about the pixbuf structure:
-<!-- ##### STRUCT GdkPixbufClass ##### -->
-<para>
+ <programlisting>
+ GdkPixbuf *pixbuf;
+ GnomeCanvasItem *item;
-</para>
+ pixbuf = gdk_pixbuf_new_from_file ("foo.png");
+ g_assert (pixbuf != NULL);
+ item = gnome_canvas_item_new (gnome_canvas_root (my_canvas),
+ gnome_canvas_pixbuf_get_type (),
+ "pixbuf", pixbuf,
+ NULL);
+ gdk_pixbuf_unref (pixbuf);
+ </programlisting>
+ </para>
-<!-- ##### SECTION ./tmpl/from-drawables.sgml:Title ##### -->
-Drawables to Pixbufs
+ <para>
+ After this happens, the reference count of the pixbuf structure
+ will be 1: the gdk_pixbuf_new_from_file() function creates it
+ with a reference count of 1, then setting the <link
+ linkend="GnomeCanvasPixbuf--pixbuf">pixbuf</link> argument of
+ the #GnomeCanvasPixbuf item increases it to 2, and then it is
+ decremented to 1 by the call to gdk_pixbuf_unref(). When the
+ canvas item is destroyed, it will automatically unreference the
+ pixbuf structure again, causing its reference count to drop to
+ zero and thus be freed.
+ </para>
+ </refsect2>
-<!-- ##### ARG GnomeCanvasPixbuf:x_in_pixels ##### -->
- <para>
- If this argument is %TRUE, the pixbuf's translation with respect
- to its logical origin in item-relative coordinates will be in
- pixels, that is, the visible offset will not change even if the
- item's affine transformation changes. If it is %FALSE, the
- pixbuf's translation will be taken to be in canvas units, and thus
- will change along with the item's affine transformation. The
- default is %FALSE.
- </para>
+<!-- ##### SECTION ./tmpl/xlib-rendering.sgml:Title ##### -->
+Xlib Rendering
-<!-- ##### SECTION ./tmpl/xlib-rgb.sgml:Title ##### -->
-XlibRGB
+<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Title ##### -->
+gdk-pixbuf-io
<!entity gdk-Selections SYSTEM "sgml/selections.sgml">
<!entity gdk-Properties-and-Atoms SYSTEM "sgml/properties.sgml">
<!entity gdk-Input-Methods SYSTEM "sgml/input_methods.sgml">
-<!entity gdk-Input-Contexts SYSTEM "sgml/input_contexts.sgml">
<!entity gdk-Pango-Interaction SYSTEM "sgml/pango_interaction.sgml">
+<!entity gdk-Input-Contexts SYSTEM "sgml/input_contexts.sgml">
<!entity gdk-Color-Contexts SYSTEM "sgml/color_contexts.sgml">
<!entity gdk-Points-Rectangles-and-Regions SYSTEM "sgml/regions.sgml">
<!entity gdk-Threads SYSTEM "sgml/threads.sgml">
<!entity gdk-Key-Values SYSTEM "sgml/keys.sgml">
+<!entity gdk-Keyboard-Handling SYSTEM "sgml/gdkkeys.sgml">
<!entity gdk-Input-Devices SYSTEM "sgml/input_devices.sgml">
<!entity gdk-Events SYSTEM "sgml/events.sgml">
<!entity gdk-Event-Structures SYSTEM "sgml/event_structs.sgml">
&gdk-Input-Devices;
- &gdk-Key-Values;
+ &gdk-Keyboard-Handling;
&gdk-Pango-Interaction;
&gdk-Input-Methods;
gdk_colormap_alloc_colors
gdk_colormap_alloc_color
gdk_colormap_free_colors
+gdk_colormap_query_color
gdk_colormap_get_visual
gdk_colors_store
gdk_color_copy
gdk_drawable_get_colormap
gdk_drawable_get_depth
gdk_drawable_get_size
+gdk_drawable_get_clip_region
+gdk_drawable_get_visible_region
<SUBSECTION>
gdk_draw_point
</SECTION>
<SECTION>
-<TITLE>Key Values</TITLE>
+<TITLE>Keyboard Handling</TITLE>
<FILE>keys</FILE>
-gdk_keyval_name
-gdk_keyval_from_name
+GdkKeymap
+GdkKeymapClass
+GdkKeymapKey
+GdkKeyInfo
+gdk_keymap_get_default
+gdk_keymap_lookup_key
+gdk_keymap_translate_keyboard_state
+gdk_keymap_get_entries_for_keyval
+gdk_keymap_get_entries_for_keycode
<SUBSECTION>
-gdk_keyval_is_upper
-gdk_keyval_is_lower
+gdk_keyval_name
+gdk_keyval_from_name
<SUBSECTION>
gdk_keyval_convert_case
gdk_keyval_to_upper
gdk_keyval_to_lower
+gdk_keyval_is_upper
+gdk_keyval_is_lower
<SUBSECTION>
gdk_keyval_to_unicode
gdk_unicode_to_keyval
+<SUBSECTION Standard>
+GDK_KEYMAP
+GDK_IS_KEYMAP
+GDK_TYPE_KEYMAP
+gdk_keymap_get_type
+GDK_KEYMAP_CLASS
+GDK_IS_KEYMAP_CLASS
+GDK_KEYMAP_GET_CLASS
</SECTION>
<SECTION>
gdk_event_copy
gdk_event_free
gdk_event_get_time
+gdk_event_get_state
gdk_event_get_axis
<SUBSECTION>
GDK_IS_GC_X11_CLASS
GdkGCX11
GdkGCX11Class
-GdkGCXData
GdkColormapPrivateX11
GdkCursorPrivate
GdkFontPrivateX
@ncolors:
+<!-- ##### FUNCTION gdk_colormap_query_color ##### -->
+<para>
+
+</para>
+
+@colormap:
+@pixel:
+@result:
+
+
<!-- ##### FUNCTION gdk_colormap_get_visual ##### -->
<para>
@height:
+<!-- ##### FUNCTION gdk_drawable_get_clip_region ##### -->
+<para>
+
+</para>
+
+@drawable:
+@Returns:
+
+
+<!-- ##### FUNCTION gdk_drawable_get_visible_region ##### -->
+<para>
+
+</para>
+
+@drawable:
+@Returns:
+
+
<!-- ##### FUNCTION gdk_draw_point ##### -->
<para>
no timestamp.
+<!-- ##### FUNCTION gdk_event_get_state ##### -->
+<para>
+
+</para>
+
+@event:
+@state:
+@Returns:
+
+
<!-- ##### FUNCTION gdk_event_get_axis ##### -->
<para>
-<!-- ##### FUNCTION gdk_input_set_mode ##### -->
-<para>
-Enables or disables a device, and determines how the
-device maps onto the screen.
-</para>
-
-@deviceid: the device to configure.
-@mode: the new mode.
-@Returns: %TRUE if the device supports the given mode, otherwise
- %FALSE and the device's mode is unchanged.
-
-<!-- ##### FUNCTION gdk_input_set_key ##### -->
+<!-- ##### SECTION ./tmpl/gdkregion.sgml:See_Also ##### -->
<para>
-Sets the key event generated when a macro button is pressed.
-</para>
-
-@deviceid: the device to configure.
-@index: the index of the macro button.
-@keyval: the key value for the #GdkKeypressEvent to generate.
- (a value of 0 means no event will be generated.)
-@modifiers: the modifier field for the generated
- #GdkKeyPressEvent.
-<!-- ##### FUNCTION gdk_regions_intersect ##### -->
-<para>
-Returns the intersection of two regions.
</para>
-@source1: a #GdkRegion.
-@source2: a #GdkRegion.
-@Returns: the intersection of @source1 and @source2.
<!-- ##### FUNCTION gdk_regions_xor ##### -->
<para>
@Returns: the difference between the union and the intersection of @source1
and @source2.
-<!-- ##### FUNCTION gdk_regions_subtract ##### -->
+<!-- ##### FUNCTION gdk_input_motion_events ##### -->
<para>
-Subtracts one region from another.
-The result is a region containing all the pixels which are in @source1, but
-which are not in @source2.
+Retrieves the motion history for a given device/window pair.
</para>
-@source1: a #GdkRegion.
-@source2: a #GdkRegion to subtract from @source1.
-@Returns: @source1 - @source2.
+@window: a #GdkWindow.
+@deviceid: the device for which to retrieve motion history.
+@start: the start time.
+@stop: the stop time.
+@nevents_return: location to store the number of events returned.
+@Returns: a newly allocated array containing all the events
+ from @start to @stop. This array should be freed
+ with g_free() when you are finished using it.
-<!-- ##### FUNCTION gdk_input_list_devices ##### -->
+<!-- ##### SECTION ./tmpl/gdkkeys.sgml:See_Also ##### -->
<para>
-Lists all available input devices, along with their
-configuration information.
+
</para>
-@Returns: A #GList of #GdkDeviceInfo structures. This list
- is internal data of GTK+ and should not be modified
- or freed.
-<!-- ##### SECTION ./tmpl/gdkregion.sgml:Short_Description ##### -->
+<!-- ##### SECTION ./tmpl/gdkregion.sgml:Long_Description ##### -->
+<para>
+</para>
-<!-- ##### SECTION ./tmpl/input_methods.sgml.sgml:See_Also ##### -->
+<!-- ##### SECTION ./tmpl/gdkkeys.sgml:Long_Description ##### -->
<para>
</para>
-<!-- ##### MACRO GDK_CORE_POINTER ##### -->
-<para>
-This macro contains an integer value representing
-the device ID for the core pointer device.
-</para>
-
-
-<!-- ##### FUNCTION gdk_input_set_axes ##### -->
-<para>
-Sets the mapping of the axes (valuators) of a device
-onto the predefined valuator types that GTK+ understands.
-</para>
-
-@deviceid: the device to configure.
-@axes: an array of GdkAxisUse. This length of this array
- must match the number of axes for the device.
-
<!-- ##### STRUCT GdkDeviceInfo ##### -->
<para>
The #GdkDeviceInfo structure contains information about a
which describe what key press events are generated
for each macro button.
-<!-- ##### SECTION ./tmpl/gdkregion.sgml:Title ##### -->
-Points, Rectangles and Regions
+<!-- ##### SECTION ./tmpl/input_methods.sgml.sgml:Title ##### -->
+Pango Interaction
-<!-- ##### SECTION ./tmpl/input_methods.sgml.sgml:Long_Description ##### -->
+<!-- ##### FUNCTION gdk_regions_union ##### -->
<para>
-
+Returns the union of two regions.
+This is all pixels in either of @source1 or @source2.
</para>
+@source1: a #GdkRegion.
+@source2: a #GdkRegion.
+@Returns: the union of @source1 and @source2.
-<!-- ##### ENUM GdkPixbufAlphaMode ##### -->
-<para>
+<!-- ##### SECTION ./tmpl/gdkregion.sgml:Short_Description ##### -->
-</para>
-@GDK_PIXBUF_ALPHA_BILEVEL:
-@GDK_PIXBUF_ALPHA_FULL:
-<!-- ##### FUNCTION gdk_input_motion_events ##### -->
+<!-- ##### FUNCTION gdk_input_set_key ##### -->
<para>
-Retrieves the motion history for a given device/window pair.
+Sets the key event generated when a macro button is pressed.
</para>
-@window: a #GdkWindow.
-@deviceid: the device for which to retrieve motion history.
-@start: the start time.
-@stop: the stop time.
-@nevents_return: location to store the number of events returned.
-@Returns: a newly allocated array containing all the events
- from @start to @stop. This array should be freed
- with g_free() when you are finished using it.
+@deviceid: the device to configure.
+@index: the index of the macro button.
+@keyval: the key value for the #GdkKeypressEvent to generate.
+ (a value of 0 means no event will be generated.)
+@modifiers: the modifier field for the generated
+ #GdkKeyPressEvent.
-<!-- ##### SECTION ./tmpl/gdkregion.sgml:See_Also ##### -->
+<!-- ##### FUNCTION gdk_input_list_devices ##### -->
<para>
-
+Lists all available input devices, along with their
+configuration information.
</para>
+@Returns: A #GList of #GdkDeviceInfo structures. This list
+ is internal data of GTK+ and should not be modified
+ or freed.
-<!-- ##### SECTION ./tmpl/input_methods.sgml.sgml:Title ##### -->
-Pango Interaction
+<!-- ##### SECTION ./tmpl/input_methods.sgml.sgml:See_Also ##### -->
+<para>
+
+</para>
-<!-- ##### SECTION ./tmpl/gdkregion.sgml:Long_Description ##### -->
+<!-- ##### ENUM GdkPixbufAlphaMode ##### -->
<para>
</para>
+@GDK_PIXBUF_ALPHA_BILEVEL:
+@GDK_PIXBUF_ALPHA_FULL:
-<!-- ##### FUNCTION gdk_regions_union ##### -->
+<!-- ##### FUNCTION gdk_regions_subtract ##### -->
<para>
-Returns the union of two regions.
-This is all pixels in either of @source1 or @source2.
+Subtracts one region from another.
+The result is a region containing all the pixels which are in @source1, but
+which are not in @source2.
</para>
@source1: a #GdkRegion.
-@source2: a #GdkRegion.
-@Returns: the union of @source1 and @source2.
+@source2: a #GdkRegion to subtract from @source1.
+@Returns: @source1 - @source2.
<!-- ##### FUNCTION gdk_input_window_get_pointer ##### -->
<para>
@ytilt: location to store current tilt in the y direction.
@mask: location to store the current modifier state.
+<!-- ##### SECTION ./tmpl/gdkkeys.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### MACRO GDK_CORE_POINTER ##### -->
+<para>
+This macro contains an integer value representing
+the device ID for the core pointer device.
+</para>
+
+
+<!-- ##### FUNCTION gdk_input_set_axes ##### -->
+<para>
+Sets the mapping of the axes (valuators) of a device
+onto the predefined valuator types that GTK+ understands.
+</para>
+
+@deviceid: the device to configure.
+@axes: an array of GdkAxisUse. This length of this array
+ must match the number of axes for the device.
+
<!-- ##### FUNCTION gdk_input_set_source ##### -->
<para>
Sets the source type for a device.
@deviceid: the device to configure
@source: the new source type.
+<!-- ##### SECTION ./tmpl/gdkregion.sgml:Title ##### -->
+Points, Rectangles and Regions
+
+
+<!-- ##### FUNCTION gdk_regions_intersect ##### -->
+<para>
+Returns the intersection of two regions.
+</para>
+
+@source1: a #GdkRegion.
+@source2: a #GdkRegion.
+@Returns: the intersection of @source1 and @source2.
+
+<!-- ##### SECTION ./tmpl/gdkkeys.sgml:Title ##### -->
+Keyboard Handling
+
+
+<!-- ##### FUNCTION gdk_input_set_mode ##### -->
+<para>
+Enables or disables a device, and determines how the
+device maps onto the screen.
+</para>
+
+@deviceid: the device to configure.
+@mode: the new mode.
+@Returns: %TRUE if the device supports the given mode, otherwise
+ %FALSE and the device's mode is unchanged.
+
+<!-- ##### SECTION ./tmpl/input_methods.sgml.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
</para>
+<!-- ##### STRUCT GdkKeymap ##### -->
+<para>
+
+</para>
+
+@parent_instance:
+
+<!-- ##### STRUCT GdkKeymapClass ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT GdkKeymapKey ##### -->
+<para>
+
+</para>
+
+@keycode:
+@group:
+@level:
+
+<!-- ##### STRUCT GdkKeyInfo ##### -->
+<para>
+
+</para>
+
+@keycode:
+@group:
+@level:
+
+<!-- ##### FUNCTION gdk_keymap_get_default ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION gdk_keymap_lookup_key ##### -->
+<para>
+
+</para>
+
+@keymap:
+@key:
+@Returns:
+
+
+<!-- ##### FUNCTION gdk_keymap_translate_keyboard_state ##### -->
+<para>
+
+</para>
+
+@keymap:
+@hardware_keycode:
+@state:
+@group:
+@keyval:
+@effective_group:
+@level:
+@unused_modifiers:
+@Returns:
+
+
+<!-- ##### FUNCTION gdk_keymap_get_entries_for_keyval ##### -->
+<para>
+
+</para>
+
+@keymap:
+@keyval:
+@keys:
+@n_keys:
+@Returns:
+
+
+<!-- ##### FUNCTION gdk_keymap_get_entries_for_keycode ##### -->
+<para>
+
+</para>
+
+@keymap:
+@hardware_keycode:
+@keys:
+@keyvals:
+@n_entries:
+@Returns:
+
+
<!-- ##### FUNCTION gdk_keyval_name ##### -->
<para>
Converts a key value into a symbolic name.
not a valid key.
-<!-- ##### FUNCTION gdk_keyval_is_upper ##### -->
-<para>
-Returns TRUE if the given key value is in upper case.
-</para>
-
-@keyval: a key value.
-@Returns: TRUE if @keyval is in upper case, or if @keyval is not subject to
-case conversion.
-
-
-<!-- ##### FUNCTION gdk_keyval_is_lower ##### -->
-<para>
-Returns TRUE if the given key value is in lower case.
-</para>
-
-@keyval: a key value.
-@Returns: TRUE if @keyval is in lower case, or if @keyval is not subject to
-case conversion.
-
-
<!-- ##### FUNCTION gdk_keyval_convert_case ##### -->
<para>
in lower case or it is not subject to case conversion.
+<!-- ##### FUNCTION gdk_keyval_is_upper ##### -->
+<para>
+Returns TRUE if the given key value is in upper case.
+</para>
+
+@keyval: a key value.
+@Returns: TRUE if @keyval is in upper case, or if @keyval is not subject to
+case conversion.
+
+
+<!-- ##### FUNCTION gdk_keyval_is_lower ##### -->
+<para>
+Returns TRUE if the given key value is in lower case.
+</para>
+
+@keyval: a key value.
+@Returns: TRUE if @keyval is in lower case, or if @keyval is not subject to
+case conversion.
+
+
<!-- ##### FUNCTION gdk_keyval_to_unicode ##### -->
<para>
<!entity gtk-GtkTreeStore SYSTEM "sgml/gtktreestore.sgml">
<!entity gtk-GtkTreeViewColumn SYSTEM "sgml/gtktreeviewcolumn.sgml">
<!entity gtk-GtkTreeView SYSTEM "sgml/gtktreeview.sgml">
-<!entity gtk-GtkModelSimple SYSTEM "sgml/gtkmodelsimple.sgml">
+<!entity gtk-GtkTreeModelSimple SYSTEM "sgml/gtktreemodelsimple.sgml">
<!entity gtk-GtkCellRenderer SYSTEM "sgml/gtkcellrenderer.sgml">
<!entity gtk-GtkCellRendererPixbuf SYSTEM "sgml/gtkcellrendererpixbuf.sgml">
<!entity gtk-GtkCellRendererText SYSTEM "sgml/gtkcellrenderertext.sgml">
>k-GtkTreeStore;
>k-GtkTreeViewColumn;
>k-GtkTreeView;
- >k-GtkModelSimple;
+ >k-GtkTreeModelSimple;
>k-GtkTreeModelSort;
>k-GtkCellRenderer;
>k-GtkCellRendererPixbuf;
GTK_CLIST_IN_DRAG
GTK_CLIST_ROW_HEIGHT_SET
GTK_CLIST_SHOW_TITLES
-GTK_CLIST_CHILD_HAS_FOCUS
GTK_CLIST_ADD_MODE
GTK_CLIST_AUTO_SORT
GTK_CLIST_AUTO_RESIZE_BLOCKED
GtkCListCellInfo
GtkCListDestInfo
GtkCListDragPos
-gtk_clist_construct
gtk_clist_new
gtk_clist_new_with_titles
gtk_clist_set_shadow_type
<TITLE>GtkCTree</TITLE>
GtkCTreeRow
GtkCTreeNode
-gtk_ctree_construct
gtk_ctree_new_with_titles
gtk_ctree_new
gtk_ctree_insert_node
<FILE>gtknotebook</FILE>
<TITLE>GtkNotebook</TITLE>
GtkNotebook
-GTK_NOTEBOOK_PAGE
GtkNotebookPage
gtk_notebook_new
gtk_notebook_append_page
GTK_OBJECT_DESTROYED
GTK_OBJECT_FLOATING
GTK_OBJECT_CONNECTED
-GTK_OBJECT_CONSTRUCTED
GTK_OBJECT_SET_FLAGS
GTK_OBJECT_UNSET_FLAGS
GtkArgFlags
<TITLE>GtkObject</TITLE>
-gtk_object_class_user_signal_new
-gtk_object_class_user_signal_newv
gtk_object_new
-gtk_object_newv
-gtk_object_constructed
-gtk_object_default_construct
gtk_object_sink
gtk_object_ref
gtk_object_unref
gtk_object_weakunref
gtk_object_destroy
gtk_object_get
-gtk_object_getv
gtk_object_set
-gtk_object_setv
-gtk_object_query_args
gtk_object_set_data
gtk_object_set_data_full
gtk_object_remove_data
gtk_object_remove_no_notify
gtk_object_set_user_data
gtk_object_get_user_data
-gtk_object_class_add_signals
gtk_object_add_arg_type
gtk_object_set_data_by_id
gtk_object_set_data_by_id_full
gtk_object_remove_no_notify_by_id
gtk_object_data_try_key
gtk_object_data_force_id
-gtk_object_arg_set
-gtk_object_arg_get
-gtk_object_args_collect
-gtk_object_arg_get_info
<SUBSECTION Standard>
GTK_OBJECT
GTK_IS_OBJECT
GTK_OBJECT_CLASS
GTK_IS_OBJECT_CLASS
GTK_OBJECT_GET_CLASS
+
+<SUBSECTION Private>
+GTK_ARG_MASK
+GTK_ARG_READWRITE
</SECTION>
<SECTION>
gtk_text_buffer_cut_clipboard
gtk_text_buffer_paste_primary
gtk_text_buffer_get_selection_bounds
+gtk_text_buffer_begin_user_action
+gtk_text_buffer_end_user_action
<SUBSECTION Standard>
GTK_TEXT_BUFFER
GTK_IS_TEXT_BUFFER
GTK_TEXT_BUFFER_CLASS
GTK_IS_TEXT_BUFFER_CLASS
GTK_TEXT_BUFFER_GET_CLASS
+<SUBSECTION Private>
+GtkTextLogAttrCache
</SECTION>
<SECTION>
gtk_text_iter_has_tag
gtk_text_iter_get_tags
gtk_text_iter_editable
+gtk_text_iter_starts_word
+gtk_text_iter_ends_word
+gtk_text_iter_inside_word
gtk_text_iter_starts_line
gtk_text_iter_ends_line
+gtk_text_iter_is_cursor_position
gtk_text_iter_get_chars_in_line
+gtk_text_iter_get_bytes_in_line
gtk_text_iter_get_attributes
+gtk_text_iter_get_language
gtk_text_iter_is_last
gtk_text_iter_is_first
-gtk_text_iter_next_char
-gtk_text_iter_prev_char
+gtk_text_iter_forward_char
+gtk_text_iter_backward_char
gtk_text_iter_forward_chars
gtk_text_iter_backward_chars
gtk_text_iter_forward_line
gtk_text_iter_backward_word_starts
gtk_text_iter_forward_word_end
gtk_text_iter_backward_word_start
+gtk_text_iter_forward_cursor_position
+gtk_text_iter_backward_cursor_position
+gtk_text_iter_forward_cursor_positions
+gtk_text_iter_backward_cursor_positions
gtk_text_iter_set_offset
gtk_text_iter_set_line
gtk_text_iter_set_line_offset
gtk_text_iter_set_line_index
gtk_text_iter_forward_to_end
-gtk_text_iter_forward_to_newline
+gtk_text_iter_forward_to_line_end
gtk_text_iter_forward_to_tag_toggle
gtk_text_iter_backward_to_tag_toggle
GtkTextCharPredicate
gtk_text_mark_get_visible
gtk_text_mark_get_deleted
gtk_text_mark_get_name
+gtk_text_mark_get_buffer
<SUBSECTION Standard>
GTK_TEXT_MARK
GTK_IS_TEXT_MARK
GtkTextAppearance
gtk_text_attributes_new
gtk_text_attributes_copy
+gtk_text_attributes_copy_values
gtk_text_attributes_unref
gtk_text_attributes_ref
<SUBSECTION Standard>
gtk_text_view_set_buffer
gtk_text_view_get_buffer
gtk_text_view_scroll_to_mark
+gtk_text_view_scroll_mark_onscreen
gtk_text_view_move_mark_onscreen
gtk_text_view_place_cursor_onscreen
gtk_text_view_get_visible_rect
-gtk_text_view_set_wrap_mode
-gtk_text_view_get_wrap_mode
-gtk_text_view_set_editable
-gtk_text_view_get_editable
-gtk_text_view_set_cursor_visible
-gtk_text_view_get_cursor_visible
gtk_text_view_get_iter_location
gtk_text_view_get_line_at_y
gtk_text_view_get_line_yrange
gtk_text_view_get_window_type
gtk_text_view_set_border_window_size
gtk_text_view_set_text_window_size
+gtk_text_view_forward_display_line
+gtk_text_view_backward_display_line
+gtk_text_view_forward_display_line_end
+gtk_text_view_backward_display_line_start
+gtk_text_view_starts_display_line
+gtk_text_view_move_visually
gtk_text_view_add_child_at_anchor
gtk_text_view_add_child_in_window
gtk_text_view_move_child
+gtk_text_view_set_wrap_mode
+gtk_text_view_get_wrap_mode
+gtk_text_view_set_editable
+gtk_text_view_get_editable
+gtk_text_view_set_cursor_visible
+gtk_text_view_get_cursor_visible
+gtk_text_view_set_pixels_above_lines
+gtk_text_view_get_pixels_above_lines
+gtk_text_view_set_pixels_below_lines
+gtk_text_view_get_pixels_below_lines
+gtk_text_view_set_pixels_inside_wrap
+gtk_text_view_get_pixels_inside_wrap
+gtk_text_view_set_justification
+gtk_text_view_get_justification
+gtk_text_view_set_left_margin
+gtk_text_view_get_left_margin
+gtk_text_view_set_right_margin
+gtk_text_view_get_right_margin
+gtk_text_view_set_indent
+gtk_text_view_get_indent
+gtk_text_view_set_tabs
+gtk_text_view_get_tabs
<SUBSECTION Standard>
GTK_TEXT_VIEW
GTK_IS_TEXT_VIEW
gtk_tree_model_sort_new
gtk_tree_model_sort_new_with_model
gtk_tree_model_sort_set_model
-gtk_tree_model_sort_set_sort_col
+gtk_tree_model_sort_set_sort_column
gtk_tree_model_sort_set_compare
-gtk_tree_model_sort_resort
gtk_tree_model_sort_convert_path
+gtk_tree_model_sort_convert_iter
<SUBSECTION Standard>
GTK_TREE_MODEL_SORT
GTK_IS_TREE_MODEL_SORT
<SECTION>
<FILE>gtktreeselection</FILE>
-GtkTreeSelectionType
+GtkTreeSelectionMode
GtkTreeSelectionFunc
GtkTreeSelectionForeachFunc
<TITLE>GtkTreeSelection</TITLE>
-gtk_tree_selection_new
-gtk_tree_selection_set_type
+gtk_tree_selection_set_mode
gtk_tree_selection_set_select_function
gtk_tree_selection_get_user_data
+gtk_tree_selection_get_tree_view
gtk_tree_selection_get_selected
gtk_tree_selection_selected_foreach
gtk_tree_selection_select_path
gtk_tree_selection_select_all
gtk_tree_selection_unselect_all
gtk_tree_selection_select_range
-gtk_tree_selection_new_with_tree_view
-gtk_tree_selection_set_tree_view
<SUBSECTION Standard>
GTK_TREE_SELECTION
GTK_IS_TREE_SELECTION
<FILE>gtktreeviewcolumn</FILE>
GTK_TYPE_TREE_COLUMN
GtkTreeViewColumn
-GtkTreeViewColumnType
+GtkTreeViewColumnSizing
GtkTreeViewColumnFunc
<TITLE>GtkTreeViewColumn</TITLE>
gtk_tree_view_column_new
gtk_tree_view_column_set_cell_data
gtk_tree_view_column_set_visible
gtk_tree_view_column_get_visible
-gtk_tree_view_column_set_col_type
+gtk_tree_view_column_set_sizing
gtk_tree_view_column_get_col_type
gtk_tree_view_column_get_size
-gtk_tree_view_column_set_size
+gtk_tree_view_column_set_width
gtk_tree_view_column_set_min_width
gtk_tree_view_column_get_min_width
gtk_tree_view_column_set_max_width
gtk_tree_view_column_get_max_width
gtk_tree_view_column_set_title
gtk_tree_view_column_get_title
-gtk_tree_view_column_set_header_active
+gtk_tree_view_column_set_header_clickable
gtk_tree_view_column_set_widget
gtk_tree_view_column_get_widget
gtk_tree_view_column_set_justification
gtk_tree_view_column_get_justification
+gtk_tree_view_column_clicked
<SUBSECTION Standard>
GTK_TREE_VIEW_COLUMN
GTK_IS_TREE_VIEW_COLUMN
gtk_tree_view_get_headers_visible
gtk_tree_view_set_headers_visible
gtk_tree_view_columns_autosize
-gtk_tree_view_set_headers_active
+gtk_tree_view_set_headers_clickable
gtk_tree_view_append_column
gtk_tree_view_remove_column
gtk_tree_view_insert_column
</SECTION>
<SECTION>
-<FILE>gtkmodelsimple</FILE>
-<TITLE>GtkModelSimple</TITLE>
-GtkModelSimple
-gtk_model_simple_new
-gtk_model_simple_node_changed
-gtk_model_simple_node_inserted
-gtk_model_simple_node_child_toggled
-gtk_model_simple_node_deleted
+<FILE>gtktreemodelsimple</FILE>
+<TITLE>GtkTreeModelSimple</TITLE>
+GtkTreeModelSimple
+gtk_tree_model_simple_new
+gtk_tree_model_simple_changed
+gtk_tree_model_simple_inserted
+gtk_tree_model_simple_child_toggled
+gtk_tree_model_simple_deleted
<SUBSECTION Standard>
-GTK_MODEL_SIMPLE
-GTK_IS_MODEL_SIMPLE
+GTK_TREE_MODEL_SIMPLE
+GTK_IS_TREE_MODEL_SIMPLE
GTK_TYPE_MODEL_SIMPLE
-gtk_model_simple_get_type
-GTK_MODEL_SIMPLE_CLASS
-GTK_IS_MODEL_SIMPLE_CLASS
+gtk_tree_model_simple_get_type
+GTK_TREE_MODEL_SIMPLE_CLASS
+GTK_IS_TREE_MODEL_SIMPLE_CLASS
</SECTION>
<SECTION>
<FILE>gtkcellrenderer</FILE>
-GtkCellRendererType
+GtkCellRendererState
<TITLE>GtkCellRenderer</TITLE>
GtkCellRenderer
gtk_cell_renderer_get_size
GtkCellRendererToggle
gtk_cell_renderer_toggle_new
gtk_cell_renderer_toggle_set_radio
+gtk_cell_renderer_toggle_get_active
+gtk_cell_renderer_toggle_set_active
<SUBSECTION Standard>
GTK_CELL_RENDERER_TOGGLE
GTK_IS_CELL_RENDERER_TOGGLE
GtkWidgetAuxInfo
GtkWidgetShapeInfo
gtk_widget_new
-gtk_widget_newv
gtk_widget_ref
gtk_widget_unref
gtk_widget_destroy
gtk_widget_destroyed
-gtk_widget_get
-gtk_widget_getv
gtk_widget_set
-gtk_widget_setv
gtk_widget_unparent
gtk_widget_show
gtk_widget_show_now
gtk_widget_reparent
gtk_widget_popup
gtk_widget_intersect
+gtk_widget_is_focus
gtk_widget_grab_focus
gtk_widget_grab_default
gtk_widget_set_name
<SUBSECTION>
gtk_get_current_event
gtk_get_current_event_time
+gtk_get_current_event_state
gtk_get_event_widget
gtk_propagate_event
gtk_draw_polygon
gtk_draw_arrow
gtk_draw_diamond
-gtk_draw_oval
gtk_draw_string
gtk_draw_box
gtk_draw_box_gap
gtk_draw_check
-gtk_draw_cross
gtk_draw_extension
gtk_draw_flat_box
gtk_draw_focus
gtk_draw_handle
gtk_draw_option
-gtk_draw_ramp
gtk_draw_shadow_gap
gtk_draw_slider
gtk_draw_tab
+gtk_draw_expander
+gtk_draw_layout
gtk_paint_arrow
gtk_paint_box
gtk_paint_box_gap
gtk_paint_check
-gtk_paint_cross
gtk_paint_diamond
gtk_paint_extension
gtk_paint_flat_box
gtk_paint_handle
gtk_paint_hline
gtk_paint_option
-gtk_paint_oval
gtk_paint_polygon
-gtk_paint_ramp
gtk_paint_shadow
gtk_paint_shadow_gap
gtk_paint_slider
gtk_paint_string
gtk_paint_tab
gtk_paint_vline
+gtk_paint_expander
+gtk_paint_layout
<SUBSECTION Standard>
GTK_STYLE
GtkIMContext
GtkIMMulticontext
GtkItemFactory
- GtkTextBuffer
- GtkTextTag
- GtkTextTagTable
</para>
+<!-- ##### FUNCTION gtk_model_simple_node_inserted ##### -->
+<para>
+
+</para>
+
+@simple:
+@path:
+@iter:
+
+<!-- ##### FUNCTION gtk_widget_newv ##### -->
+<para>
+
+</para>
+
+@type:
+@nargs:
+@args:
+@Returns:
+
+<!-- ##### MACRO GTK_CLIST_CHILD_HAS_FOCUS ##### -->
+<para>
+A macro to check whether a child widget of the CList
+has the focus.
+</para>
+
+@clist: The #GtkCList widget to check.
+
<!-- ##### SECTION ./tmpl/gtkmarshal.sgml:Long_Description ##### -->
<refsect2>
<title>What are Signal Marshallers?</title>
+<!-- ##### FUNCTION gtk_object_class_add_signals ##### -->
+<para>
+Add an array of signals to a #GtkObjectClass.
+Usually this is called when registering a new type of object.
+</para>
+
+@klass: the object class to append signals to.
+@signals: the signals to append.
+@nsignals: the number of signals being appended.
+
<!-- ##### MACRO gtk_marshal_NONE__UINT_STRING ##### -->
<para>
@Returns:
+<!-- ##### ARG GtkTextTag:offset-set ##### -->
+<para>
+
+</para>
+
+
<!-- ##### FUNCTION gtk_theme_engine_create_rc_style ##### -->
<para>
@engine:
@Returns:
+<!-- ##### FUNCTION gtk_tree_selection_set_type ##### -->
+<para>
+
+</para>
+
+@selection:
+@type:
+
<!-- ##### MACRO gtk_marshal_NONE__ENUM_FLOAT ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:font_set ##### -->
+<!-- ##### FUNCTION gtk_widget_get ##### -->
<para>
</para>
+@widget:
+@arg:
<!-- ##### MACRO gtk_marshal_NONE__POINTER_UINT_ENUM ##### -->
<para>
@object_size:
@class_size:
-<!-- ##### FUNCTION gtk_text_buffer_get_clipboard_contents ##### -->
+<!-- ##### MACRO gtk_widget_pop_visual ##### -->
<para>
</para>
-@buffer:
-@Returns:
+@v:
-<!-- ##### MACRO gtk_widget_pop_visual ##### -->
+<!-- ##### FUNCTION gtk_text_buffer_get_clipboard_contents ##### -->
<para>
</para>
-@v:
+@buffer:
+@Returns:
<!-- ##### FUNCTION gtk_marshal_NONE__C_CALLBACK ##### -->
<para>
@func_data:
@args:
+<!-- ##### FUNCTION gtk_model_simple_node_changed ##### -->
+<para>
+
+</para>
+
+@simple:
+@path:
+@iter:
+
+<!-- ##### FUNCTION gtk_tree_view_column_set_size ##### -->
+<para>
+
+</para>
+
+@tree_column:
+@size:
+@width:
+
<!-- ##### SIGNAL GtkTextView::copy-text ##### -->
<para>
@x:
@y:
+<!-- ##### FUNCTION gtk_object_getv ##### -->
+<para>
+Gets an array of argument values from an object.
+</para>
+
+@object: the object to get arguments from.
+@n_args: the number of arguments to query.
+@args: the arguments to fill in.
+
<!-- ##### STRUCT GtkThemeEngine ##### -->
<para>
@name:
@Returns:
+<!-- ##### STRUCT GtkModelSimple ##### -->
+<para>
+
+</para>
+
+@parent:
+@stamp:
+
<!-- ##### MACRO gtk_marshal_BOOL__POINTER_INT_INT_UINT ##### -->
<para>
</para>
+<!-- ##### FUNCTION gtk_model_simple_node_child_toggled ##### -->
+<para>
+
+</para>
+
+@simple:
+@path:
+@iter:
+
<!-- ##### FUNCTION gtk_marshal_NONE__POINTER_POINTER ##### -->
<para>
@func_data:
@args:
+<!-- ##### ENUM GtkCellRendererType ##### -->
+<para>
+
+</para>
+
+@GTK_CELL_RENDERER_SELECTED:
+@GTK_CELL_RENDERER_PRELIT:
+@GTK_CELL_RENDERER_INSENSITIVE:
+
<!-- ##### FUNCTION gtk_marshal_NONE__NONE ##### -->
<para>
@is_editable: %TRUE if the user is allowed to edit the text
in the widget.
+<!-- ##### FUNCTION gtk_model_simple_node_deleted ##### -->
+<para>
+
+</para>
+
+@simple:
+@path:
+@iter:
+
<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
<para>
This signal is emitted when text is deleted from
@widget:
@visual:
+<!-- ##### FUNCTION gtk_widget_setv ##### -->
+<para>
+
+</para>
+
+@widget:
+@nargs:
+@args:
+
<!-- ##### MACRO gtk_marshal_NONE__UINT_POINTER_UINT_ENUM_ENUM_POINTER ##### -->
<para>
</para>
+<!-- ##### FUNCTION gtk_text_iter_prev_char ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
<!-- ##### SECTION ./tmpl/gtkprivate.sgml:Short_Description ##### -->
@engine:
+<!-- ##### ARG GtkTextTag:left-wrapped-line-margin-set ##### -->
+<para>
+
+</para>
+
+
<!-- ##### STRUCT GtkDialogButton ##### -->
<para>
Deprecated.
@func_data:
@args:
-<!-- ##### ARG GtkTextTag:overstrike_set ##### -->
-<para>
-
-</para>
-
-
<!-- ##### FUNCTION gtk_text_buffer_cut ##### -->
<para>
@func_data:
@args:
+<!-- ##### ARG GtkTextTag:left-wrapped-line-margin ##### -->
+<para>
+Pixel width of the left margin of the text for lines after the first
+line in a wrapped paragraph.
+</para>
+
+
<!-- ##### SECTION ./tmpl/gtkdebug.sgml:See_Also ##### -->
<para>
</para>
+<!-- ##### FUNCTION gtk_paint_oval ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
<!-- ##### MACRO GTK_CONTAINER_RESIZE_PENDING ##### -->
<para>
@editable: the object which received the signal.
+<!-- ##### FUNCTION gtk_clist_construct ##### -->
+<para>
+Initializes a previously allocated #GtkCList widget for use. This should not
+normally be used to create a #GtkCList widget. Use gtk_clist_new() instead.
+</para>
+
+@clist: A pointer to an uninitialized #GtkCList widget.
+@columns: The number of columns the #GtkCList should have.
+@titles: An array of strings that should be used as the titles i
+of the columns. There should be enough strings in the array for
+the number of columns specified.
+
<!-- ##### FUNCTION gtk_menu_factory_remove_entries ##### -->
<para>
</para>
+<!-- ##### FUNCTION gtk_object_args_collect ##### -->
+<para>
+Private: Gets an array of #GtkArgs from a va_list C structure.
+</para>
+
+@object_type: the type of object to collect arguments for.
+@arg_list_p: pointer to be filled in with a list of parsed arguments.
+@info_list_p: optional pointer for a returned list #GtkArgInfos.
+@first_arg_name: name of first argument.
+@var_args: value of first argument, followed by more key/value pairs,
+terminated by NULL.
+@Returns: an error message, or NULL on success.
+It is the caller's responsibility to call g_free() in the event of error.
+
<!-- ##### ENUM GtkFontType ##### -->
<para>
A set of bit flags used to specify the type of fonts shown
@obj: the object to query.
+<!-- ##### FUNCTION gtk_object_arg_get ##### -->
+<para>
+Private function to get an argument and argument info from an object.
+</para>
+
+@object: the object whose argument should be retrieved.
+@arg: the argument, for the name on input, the rest is filled on output.
+@info: a #GtkArgInfo structure to optionally fill in.
+
<!-- ##### FUNCTION gtk_menu_factory_remove_subfactory ##### -->
<para>
@type: There must be an unlocked TypeNode associated with this type otherwise nothing happens.
@n_chunks:
+<!-- ##### FUNCTION gtk_draw_oval ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
<!-- ##### MACRO GTK_TYPE_STRUCTURED_FIRST ##### -->
<para>
The first structured enumerated type value.
</para>
+<!-- ##### MACRO GTK_OBJECT_CONSTRUCTED ##### -->
+<para>
+Test whether a GtkObject's arguments have been prepared.
+</para>
+
+@obj: the object to examine.
+
<!-- ##### FUNCTION gtk_font_selection_dialog_set_filter ##### -->
<para>
Sets one of the two font filters, to limit the fonts shown.
@Returns:
-<!-- ##### ARG GtkTextTag:offset_set ##### -->
-<para>
-
-</para>
-
-
<!-- ##### MACRO GTK_TYPE_NUM_BUILTINS ##### -->
<para>
No idea.
</para>
+<!-- ##### FUNCTION gtk_tree_selection_set_tree_view ##### -->
+<para>
+
+</para>
+
+@selection:
+@tree_view:
+
<!-- ##### FUNCTION gtk_text_mark_unref ##### -->
<para>
@object: the object whose signal handlers should be destroyed.
-<!-- ##### ARG GtkTextTag:left_wrapped_line_margin ##### -->
-<para>
-Pixel width of the left margin of the text for lines after the first
-line in a wrapped paragraph.
-</para>
-
-
<!-- ##### FUNCTION gtk_text_iter_in_region ##### -->
<para>
@a:
+<!-- ##### FUNCTION gtk_object_class_user_signal_new ##### -->
+<para>
+Define a signal-handler for a new signal on an already defined
+object.
+</para>
+<para>
+See the signal documentation for more general information.
+</para>
+
+@klass: the object class to define the signal for.
+@name: the name of the signal.
+@signal_flags: the default emission behavior for the signal.
+See gtk_signal_new().
+@marshaller: a function that will take an array of GtkArgs
+and invoke the appropriate handler with the normal calling
+conventions.
+@return_val: specify the return-value type for the signal
+(or GTK_TYPE_NONE for no return-value).
+@nparams: specify the number of parameters the signal
+receives from the caller of gtk_signal_emit().
+@Varargs: list of nparams #GtkTypes to pass to the signal handlers.
+@Returns: the signal id. (See #GtkSignals)
+
<!-- ##### SIGNAL GtkTextView::paste-text ##### -->
<para>
@ruler: the gtkruler
+<!-- ##### FUNCTION gtk_object_newv ##### -->
+<para>
+Construct an object with an array of arguments.
+</para>
+
+@object_type: the type of the object to create.
+@n_args: the number of arguments to set.
+@args: an array of n_args arguments (which are name and value pairs).
+@Returns: the new GtkObject.
+
<!-- ##### MACRO GTK_WIDGET_USER_STYLE ##### -->
<para>
@obj:
+<!-- ##### FUNCTION gtk_text_iter_forward_to_newline ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
<!-- ##### ENUM GtkDebugFlag ##### -->
<para>
@type: GtkType
@Returns: GtkTypeQuery*
+<!-- ##### ENUM GtkTreeViewColumnType ##### -->
+<para>
+
+</para>
+
+@GTK_TREE_VIEW_COLUMN_RESIZEABLE:
+@GTK_TREE_VIEW_COLUMN_AUTOSIZE:
+@GTK_TREE_VIEW_COLUMN_FIXED:
+
<!-- ##### SECTION ./tmpl/gtkprivate.sgml:Long_Description ##### -->
<para>
</para>
+<!-- ##### FUNCTION gtk_ctree_construct ##### -->
+<para>
+This function is not usually used by users.
+</para>
+
+@ctree:
+@columns:
+@tree_column:
+@titles:
+
+<!-- ##### FUNCTION gtk_draw_cross ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@x:
+@y:
+@width:
+@height:
+
<!-- ##### FUNCTION gtk_signal_handler_pending_by_id ##### -->
<para>
Returns whether a connection id is valid (and optionally not blocked).
@Returns: TRUE if the signal exists and wasn't blocked,
unless #may_be_blocked was specified. FALSE otherwise.
+<!-- ##### FUNCTION gtk_tree_selection_new ##### -->
+<para>
+
+</para>
+
+@Returns:
+
<!-- ##### MACRO GTK_PRIVATE_FLAGS ##### -->
<para>
@wid:
+<!-- ##### FUNCTION gtk_model_simple_new ##### -->
+<para>
+
+</para>
+
+@Returns:
+
<!-- ##### FUNCTION gtk_marshal_BOOL__NONE ##### -->
<para>
Private Information
+<!-- ##### ARG GtkEditable:text-position ##### -->
+<para>
+The position of the cursor.
+</para>
+
+
<!-- ##### FUNCTION gtk_theme_engine_register_type ##### -->
<para>
@window:
@xid:
+<!-- ##### FUNCTION gtk_tree_view_column_set_header_active ##### -->
+<para>
+
+</para>
+
+@tree_column:
+@active:
+
+<!-- ##### FUNCTION gtk_object_class_user_signal_newv ##### -->
+<para>
+Define a signal-handler for a new signal on an already defined
+object.
+</para>
+
+@klass: the object class to define the signal for.
+@name: the name of the signal.
+@signal_flags: the default emission behavior for the signal.
+See gtk_signal_new().
+@marshaller: takes a GtkObject, a #GtkSignalFunc, and an array
+of arguments, and invokes the function using the appropriate
+calling conventions. Usually just select a function
+out of gtkmarshal.h.
+@return_val: specify the return-value type for the signal (possibly
+#GTK_TYPE_NONE).
+@nparams: specify the number of parameters the signal
+receives from the caller of gtk_signal_emit().
+@params: array of #GtkTypes the signal handlers for this signal
+should have in their prototype (of length nparams).
+@Returns: the signal id. (See #GtkSignals)
+
<!-- ##### FUNCTION gtk_marshal_NONE__BOOL ##### -->
<para>
@type:
@action:
+<!-- ##### FUNCTION gtk_object_arg_set ##### -->
+<para>
+Private function to set an argument and argument info to an object.
+</para>
+
+@object: the object whose argument should be set.
+@arg: the argument.
+@info: infomation about this type of argument in general.
+
<!-- ##### ENUM GtkTextViewDeleteType ##### -->
<para>
</para>
+<!-- ##### FUNCTION gtk_widget_getv ##### -->
+<para>
+
+</para>
+
+@widget:
+@nargs:
+@args:
+
+<!-- ##### FUNCTION gtk_tree_model_sort_resort ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+
<!-- ##### FUNCTION gtk_menu_factory_new ##### -->
<para>
@type:
@Returns:
+<!-- ##### FUNCTION gtk_object_constructed ##### -->
+<para>
+Mark an allocated object as constructed.
+This is used for situations
+that require precise control of the construction process.
+</para>
+<para>
+This is done when gtk_object_default_construct() is inadequate.
+In #GtkCList the need arises because #GtkCList does construction work that
+must happen <emphasis>after</emphasis> its derivers. This work
+cannot be done in an initializer function, so an alternate
+constructor is mandatory. It calls gtk_object_constructed() to
+indicate it has done its job, so that no other constructor will
+be invoked.
+</para>
+<para>
+Normally this function is just automatically run from
+gtk_object_default_construct().
+</para>
+
+@object: object which has been constructed. This is usually
+done automatically by gtk_object_new() and gtk_object_newv().
+
+<!-- ##### FUNCTION gtk_object_default_construct ##### -->
+<para>
+This function is called to construct arguments that haven't been initialized
+but have the #GTK_ARG_CONSTRUCT flag set.
+</para>
+<para>
+All number arguments are set to 0. All pointers and strings
+are set to NULL.
+</para>
+<para>
+Normally invoked by gtk_object_new() automatically; gtk_type_new() can
+be used to bypass it.
+</para>
+
+@object: the object to initialize.
+
<!-- ##### MACRO gtk_marshal_NONE__UINT_POINTER_UINT_UINT_ENUM ##### -->
<para>
@buffer:
+<!-- ##### ARG GtkTextTag:font-set ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION gtk_object_arg_get_info ##### -->
+<para>
+Query information about an argument type.
+</para>
+
+@object_type: type of object to query about.
+@arg_name: name of the argument.
+@info_p: pointer to be filled in with a pointer to the GtkArgInfo.
+@Returns: an error message, or NULL on success.
+It is the caller's responsibility to call g_free() in the event of error.
+
+<!-- ##### ENUM GtkTreeSelectionType ##### -->
+<para>
+
+</para>
+
+@GTK_TREE_SELECTION_SINGLE:
+@GTK_TREE_SELECTION_MULTI:
+
+<!-- ##### ARG GtkObject:signal-after ##### -->
+<para>
+Setting this with a GtkType of GTK_TYPE_SIGNAL connects
+the signal to the object, so that the signal is always run
+after other user handlers and the default handler.
+</para>
+
+
<!-- ##### STRUCT GtkTextTabArray ##### -->
<para>
@editable: a #GtkEditable widget.
+<!-- ##### FUNCTION gtk_object_setv ##### -->
+<para>
+Set an array of arguments.
+</para>
+
+@object: the object whose arguments should be set.
+@n_args: the number of arguments to set.
+@args: the desired values, as an array of #GtkArgs (which contain
+the names, types, and values of the arguments).
+
<!-- ##### SIGNAL GtkTextView::move ##### -->
<para>
@obj: the object to fetch the signals from.
+<!-- ##### FUNCTION gtk_object_query_args ##### -->
+<para>
+Get all the arguments that may be used for a given type.
+</para>
+<para>
+In Java, this type of mechanism is called
+<wordasword>introspection</wordasword>. It is used by applications
+like Glade, that have to determine what can be done to an object
+at run-time.
+</para>
+
+@class_type: the GtkType of the ObjectClass
+(returned from GTK_OBJECT_CLASS(class)->type for example).
+@arg_flags: if non-NULL, obtains the #GtkArgFlags that apply to
+each argument. You must g_free() this if you request it.
+@n_args: the number of arguments is returned in this field.
+@Returns: an array of arguments, that you must deallocate with g_free().
+
<!-- ##### SIGNAL GtkEditable::move-to-column ##### -->
<para>
An action signal. Move the cursor to the given column.
@cast_type: GtkType
@Returns: the same GtkTypeObject* as @type_object
+<!-- ##### FUNCTION gtk_tree_model_sort_set_sort_col ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+@sort_col:
+
<!-- ##### FUNCTION gtk_themes_exit ##### -->
<para>
@func_data:
@args:
-<!-- ##### ARG GtkEditable:text_position ##### -->
-<para>
-The position of the cursor.
-</para>
-
-
<!-- ##### MACRO gtk_marshal_NONE__OBJECT ##### -->
<para>
@cast_type: GtkType
@Returns: Always return @klass.
+<!-- ##### ARG GtkObject:object-signal-after ##### -->
+<para>
+Setting this with a GtkType of GTK_TYPE_SIGNAL connects
+the signal to the object, so that the user data and objects
+and swapped when the signal handler is invoked,
+and so that the handler is invoked after all others.
+</para>
+<para>
+See gtk_signal_connect_object_after() for more details.
+</para>
+
+
<!-- ##### FUNCTION gtk_menu_factory_destroy ##### -->
<para>
@factory:
+<!-- ##### FUNCTION gtk_paint_ramp ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@arrow_type:
+@x:
+@y:
+@width:
+@height:
+
<!-- ##### FUNCTION gtk_signal_n_emissions ##### -->
<para>
Find out the recursion depth of emissions for a particular type
@Returns:
+<!-- ##### FUNCTION gtk_paint_cross ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@area:
+@widget:
+@detail:
+@x:
+@y:
+@width:
+@height:
+
+<!-- ##### ARG GtkObject:signal ##### -->
+<para>
+Setting this with a GtkType of GTK_TYPE_SIGNAL connects
+the signal to the object.
+</para>
+
+
<!-- ##### FUNCTION gtk_type_describe_heritage ##### -->
<para>
Print the types @type inherits from.
@window:
@defaultw:
+<!-- ##### SIGNAL GtkTextBuffer::delete-text ##### -->
+<para>
+
+</para>
+
+@textbuffer: the object which received the signal.
+@arg1:
+@arg2:
+@arg3:
+
+<!-- ##### FUNCTION gtk_tree_selection_new_with_tree_view ##### -->
+<para>
+
+</para>
+
+@tree_view:
+@Returns:
+
<!-- ##### FUNCTION gtk_marshal_NONE__INT ##### -->
<para>
@func_data:
@args:
+<!-- ##### ARG GtkObject:object-signal ##### -->
+<para>
+Setting this with a GtkType of GTK_TYPE_SIGNAL connects
+the signal to the object, so that the user data and objects
+and swapped when the signal handler is invoked.
+</para>
+<para>
+This is useful for handlers that are primarily notifying
+other objects and could just invoke an already existing function
+if the parameters were swapped.
+See gtk_signal_connect_object() for more details.
+</para>
+
+
+<!-- ##### FUNCTION gtk_draw_ramp ##### -->
+<para>
+
+</para>
+
+@style:
+@window:
+@state_type:
+@shadow_type:
+@arrow_type:
+@x:
+@y:
+@width:
+@height:
+
<!-- ##### MACRO GTK_WIDGET_LEAVE_PENDING ##### -->
<para>
@func_data:
@args:
+<!-- ##### FUNCTION gtk_tree_view_column_set_col_type ##### -->
+<para>
+
+</para>
+
+@tree_column:
+@type:
+
+<!-- ##### ARG GtkTextTag:overstrike-set ##### -->
+<para>
+
+</para>
+
+
<!-- ##### FUNCTION gtk_marshal_INT__POINTER_CHAR_CHAR ##### -->
<para>
@func_data:
@args:
+<!-- ##### SIGNAL GtkWidget::draw ##### -->
+<para>
+
+</para>
+
+@widget: the object which received the signal.
+@area:
+
<!-- ##### MACRO gtk_marshal_NONE__STRING_INT_POINTER ##### -->
<para>
@arg1:
@arg2:
-<!-- ##### FUNCTION gtk_container_register_toplevel ##### -->
+<!-- ##### MACRO gtk_marshal_ENUM__ENUM ##### -->
<para>
</para>
-@container:
<!-- ##### MACRO gtk_widget_push_visual ##### -->
<para>
@v:
@visual:
-<!-- ##### MACRO gtk_marshal_ENUM__ENUM ##### -->
+<!-- ##### FUNCTION gtk_container_register_toplevel ##### -->
<para>
</para>
+@container:
<!-- ##### SECTION ./tmpl/gtkimcontextsimple.sgml:Title ##### -->
GtkIMContextSimple
</para>
-<!-- ##### ARG GtkTextTag:left_wrapped_line_margin_set ##### -->
-<para>
-
-</para>
-
-
<!-- ##### MACRO GTK_VALUE_C_CALLBACK ##### -->
<para>
Use to get the value of a GtkArg whose GtkType is GTK_TYPE_C_CALLBACK
</para>
+<!-- ##### FUNCTION gtk_tree_view_set_headers_active ##### -->
+<para>
+
+</para>
+
+@tree_view:
+@active:
+
<!-- ##### FUNCTION gtk_text_buffer_find_regexp ##### -->
<para>
@GTK_TEXT_SCROLL_PAGE_DOWN:
@GTK_TEXT_SCROLL_PAGE_UP:
+<!-- ##### FUNCTION gtk_text_iter_next_char ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
<!-- ##### STRUCT GtkTextBTree ##### -->
<para>
@Returns: always returns FALSE.
-<!-- ##### ARG GtkAccelLabel:accel_widget ##### -->
+<!-- ##### ARG GtkAccelLabel:accel-widget ##### -->
<para>
The widget whose accelerators are to be shown by the #GtkAccelLabel.
</para>
@shadow_type: a valid #GtkShadowType.
-<!-- ##### ARG GtkArrow:arrow_type ##### -->
+<!-- ##### ARG GtkArrow:arrow-type ##### -->
<para>\r
the arrow direction, one of #GtkArrowType.\r
</para>
-<!-- ##### ARG GtkArrow:shadow_type ##### -->
+<!-- ##### ARG GtkArrow:shadow-type ##### -->
<para>\r
the arrow style, one of #GtkShadowType.\r
</para>
</para>
-<!-- ##### ARG GtkAspectFrame:obey_child ##### -->
+<!-- ##### ARG GtkAspectFrame:obey-child ##### -->
<para>
</para>
</para>
-<!-- ##### ENUM GtkCellRendererType ##### -->
+<!-- ##### ENUM GtkCellRendererState ##### -->
<para>
</para>
@radio:
+<!-- ##### FUNCTION gtk_cell_renderer_toggle_get_active ##### -->
+<para>
+
+</para>
+
+@toggle:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_cell_renderer_toggle_set_active ##### -->
+<para>
+
+</para>
+
+@toggle:
+@setting:
+
+
@clist: The #GtkCList widget to check.
-<!-- ##### MACRO GTK_CLIST_CHILD_HAS_FOCUS ##### -->
-<para>
-A macro to check whether a child widget of the CList
-has the focus.
-</para>
-
-@clist: The #GtkCList widget to check.
-
-
<!-- ##### MACRO GTK_CLIST_ADD_MODE ##### -->
<para>
A macro to test whether the CList is in "add mode."
@GTK_CLIST_DRAG_INTO:
@GTK_CLIST_DRAG_AFTER:
-<!-- ##### FUNCTION gtk_clist_construct ##### -->
-<para>
-Initializes a previously allocated #GtkCList widget for use. This should not
-normally be used to create a #GtkCList widget. Use gtk_clist_new() instead.
-</para>
-
-@clist: A pointer to an uninitialized #GtkCList widget.
-@columns: The number of columns the #GtkCList should have.
-@titles: An array of strings that should be used as the titles i
-of the columns. There should be enough strings in the array for
-the number of columns specified.
-
-
<!-- ##### FUNCTION gtk_clist_new ##### -->
<para>
Creates a new #GtkCList widget for use.
@column: The column where the selection occured.
@event:
-<!-- ##### ARG GtkCList:n_columns ##### -->
+<!-- ##### ARG GtkCList:n-columns ##### -->
<para>
An integer value for a column.
</para>
-<!-- ##### ARG GtkCList:shadow_type ##### -->
+<!-- ##### ARG GtkCList:shadow-type ##### -->
<para>
Sets the shadowing for the CList.
</para>
-<!-- ##### ARG GtkCList:selection_mode ##### -->
+<!-- ##### ARG GtkCList:selection-mode ##### -->
<para>
Sets the type of selection mode for the CList.
</para>
-<!-- ##### ARG GtkCList:row_height ##### -->
+<!-- ##### ARG GtkCList:row-height ##### -->
<para>
An integer value representing the height of a row in pixels.
</para>
columns.
</para>
-<!-- ##### ARG GtkCList:titles_active ##### -->
+<!-- ##### ARG GtkCList:titles-active ##### -->
<para>
A boolean value for setting whether the column titles can be
clicked.
</para>
-<!-- ##### ARG GtkCList:use_drag_icons ##### -->
+<!-- ##### ARG GtkCList:use-drag-icons ##### -->
<para>
A boolean value for setting whether to use icons during drag
operations.
</para>
-<!-- ##### ARG GtkCList:sort_type ##### -->
+<!-- ##### ARG GtkCList:sort-type ##### -->
<para>
</para>
@container: the object which received the signal.
@widget:
-<!-- ##### ARG GtkContainer:border_width ##### -->
+<!-- ##### ARG GtkContainer:border-width ##### -->
<para>
</para>
-<!-- ##### ARG GtkContainer:resize_mode ##### -->
+<!-- ##### ARG GtkContainer:resize-mode ##### -->
<para>
</para>
</para>
-<!-- ##### ARG GtkContainer:reallocate_redraws ##### -->
+<!-- ##### ARG GtkContainer:reallocate-redraws ##### -->
<para>
</para>
@list:
-<!-- ##### FUNCTION gtk_ctree_construct ##### -->
-<para>
-This function is not usually used by users.
-</para>
-
-@ctree:
-@columns:
-@tree_column:
-@titles:
-
-
<!-- ##### FUNCTION gtk_ctree_new_with_titles ##### -->
<para>
Create a new #GtkCTree widget with the given titles for the columns.
@node: The node corresponding to the selected row.
@column:
-<!-- ##### ARG GtkCTree:n_columns ##### -->
+<!-- ##### ARG GtkCTree:n-columns ##### -->
<para>
The number of columns in the tree.
</para>
-<!-- ##### ARG GtkCTree:tree_column ##### -->
+<!-- ##### ARG GtkCTree:tree-column ##### -->
<para>
The column in which the actual tree graphic appears.
</para>
The number of pixels between the tree and the columns.
</para>
-<!-- ##### ARG GtkCTree:show_stub ##### -->
+<!-- ##### ARG GtkCTree:show-stub ##### -->
<para>
FIXME
</para>
-<!-- ##### ARG GtkCTree:line_style ##### -->
+<!-- ##### ARG GtkCTree:line-style ##### -->
<para>
The style of the lines in the tree graphic.
</para>
-<!-- ##### ARG GtkCTree:expander_style ##### -->
+<!-- ##### ARG GtkCTree:expander-style ##### -->
<para>
The style of the expander buttons.
</para>
@curve: the object which received the signal.
-<!-- ##### ARG GtkCurve:curve_type ##### -->
+<!-- ##### ARG GtkCurve:curve-type ##### -->
<para>
</para>
-<!-- ##### ARG GtkCurve:min_x ##### -->
+<!-- ##### ARG GtkCurve:min-x ##### -->
<para>
</para>
-<!-- ##### ARG GtkCurve:max_x ##### -->
+<!-- ##### ARG GtkCurve:max-x ##### -->
<para>
</para>
-<!-- ##### ARG GtkCurve:min_y ##### -->
+<!-- ##### ARG GtkCurve:min-y ##### -->
<para>
</para>
-<!-- ##### ARG GtkCurve:max_y ##### -->
+<!-- ##### ARG GtkCurve:max-y ##### -->
<para>
</para>
@entry: the object which received the signal.
-<!-- ##### ARG GtkEntry:text_position ##### -->
+<!-- ##### ARG GtkEntry:text-position ##### -->
<para>
</para>
</para>
-<!-- ##### ARG GtkEntry:max_length ##### -->
+<!-- ##### ARG GtkEntry:max-length ##### -->
<para>
Determines the maximum allowed length of the contents
of the widget. See gtk_entry_set_max_length().
are visible or not. See gtk_entry_set_visibility().
</para>
-<!-- ##### ARG GtkEntry:invisible_char ##### -->
+<!-- ##### ARG GtkEntry:invisible-char ##### -->
<para>
</para>
</para>
-@GTK_MOVEMENT_CHARS:
-@GTK_MOVEMENT_POSITIONS:
+@GTK_MOVEMENT_LOGICAL_POSITIONS:
+@GTK_MOVEMENT_VISUAL_POSITIONS:
@GTK_MOVEMENT_WORDS:
@GTK_MOVEMENT_DISPLAY_LINES:
@GTK_MOVEMENT_DISPLAY_LINE_ENDS:
</para>
-<!-- ##### ARG GtkFrame:label_xalign ##### -->
+<!-- ##### ARG GtkFrame:label-xalign ##### -->
<para>
</para>
-<!-- ##### ARG GtkFrame:label_yalign ##### -->
+<!-- ##### ARG GtkFrame:label-yalign ##### -->
<para>
</para>
Determines the shadow type for the handlebox.
</para>
-<!-- ##### ARG GtkHandleBox:handle_position ##### -->
+<!-- ##### ARG GtkHandleBox:handle-position ##### -->
<para>
Determines the side of the handlebox where the handle is drawn.
</para>
-<!-- ##### ARG GtkHandleBox:snap_edge ##### -->
+<!-- ##### ARG GtkHandleBox:snap-edge ##### -->
<para>
Determines the snap edge of a handlebox. The snap edge is
the edge of the detached child that must be aligned
@list: the object which received the signal.
@widget: the newly unselected child.
-<!-- ##### ARG GtkList:selection_mode ##### -->
+<!-- ##### ARG GtkList:selection-mode ##### -->
<para>
</para>
@Returns:
+<!-- ##### FUNCTION gtk_get_current_event_state ##### -->
+<para>
+
+</para>
+
+@state:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_get_event_widget ##### -->
<para>
+++ /dev/null
-<!-- ##### SECTION Title ##### -->
-GtkModelSimple
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### STRUCT GtkModelSimple ##### -->
-<para>
-
-</para>
-
-@parent:
-@stamp:
-
-<!-- ##### FUNCTION gtk_model_simple_new ##### -->
-<para>
-
-</para>
-
-@Returns:
-
-
-<!-- ##### FUNCTION gtk_model_simple_node_changed ##### -->
-<para>
-
-</para>
-
-@simple:
-@path:
-@iter:
-
-
-<!-- ##### FUNCTION gtk_model_simple_node_inserted ##### -->
-<para>
-
-</para>
-
-@simple:
-@path:
-@iter:
-
-
-<!-- ##### FUNCTION gtk_model_simple_node_child_toggled ##### -->
-<para>
-
-</para>
-
-@simple:
-@path:
-@iter:
-
-
-<!-- ##### FUNCTION gtk_model_simple_node_deleted ##### -->
-<para>
-
-</para>
-
-@simple:
-@path:
-@iter:
-
-
The #GtkNotebookPage is an opaque implementation detail of #GtkNotebook.
</para>
+
<!-- ##### FUNCTION gtk_notebook_new ##### -->
<para>
</para>
<para>
</para>
-@notebook:
-@child:
-@tab_label:
+@notebook:
+@child:
+@tab_label:
<!-- ##### FUNCTION gtk_notebook_append_page_menu ##### -->
<para>
</para>
-@notebook:
-@child:
-@tab_label:
-@menu_label:
+@notebook:
+@child:
+@tab_label:
+@menu_label:
<!-- ##### FUNCTION gtk_notebook_prepend_page ##### -->
<para>
</para>
-@notebook:
-@child: the
-@tab_label:
+@notebook:
+@child: the
+@tab_label:
<!-- ##### FUNCTION gtk_notebook_prepend_page_menu ##### -->
@notebook:
@child:
-@tab_label:
-@menu_label:
+@tab_label:
+@menu_label:
<!-- ##### FUNCTION gtk_notebook_insert_page ##### -->
<para>
</para>
-@notebook:
-@child:
-@tab_label:
-@position:
+@notebook:
+@child:
+@tab_label:
+@position:
<!-- ##### FUNCTION gtk_notebook_insert_page_menu ##### -->
<para>
</para>
-@notebook:
-@child:
-@tab_label:
+@notebook:
+@child:
+@tab_label:
@menu_label:
-@position:
+@position:
<!-- ##### FUNCTION gtk_notebook_remove_page ##### -->
</para>
@notebook:
-@page_num:
+@page_num:
<!-- ##### MACRO gtk_notebook_current_page ##### -->
<para>
</para>
-@notebook:
-@child:
-@Returns:
+@notebook:
+@child:
+@Returns:
<!-- ##### FUNCTION gtk_notebook_set_page ##### -->
<para>
</para>
-@notebook:
-@page_num:
+@notebook:
+@page_num:
<!-- ##### FUNCTION gtk_notebook_next_page ##### -->
<para>
</para>
-@notebook:
+@notebook:
<!-- ##### FUNCTION gtk_notebook_prev_page ##### -->
<para>
</para>
-@notebook:
+@notebook:
<!-- ##### FUNCTION gtk_notebook_reorder_child ##### -->
</para>
@notebook
-@child:
-@position:
+
+@notebook:
+@child:
+@position:
+
<!-- ##### FUNCTION gtk_notebook_set_tab_pos ##### -->
<para>
<para>
</para>
-@notebook:
-@show_tabs:
+@notebook:
+@show_tabs:
<!-- ##### FUNCTION gtk_notebook_set_show_border ##### -->
<para>
</para>
-@notebook:
-@show_border:
+@notebook:
+@show_border:
<!-- ##### FUNCTION gtk_notebook_set_scrollable ##### -->
<para>
</para>
-@notebook:
-@scrollable:
+@notebook:
+@scrollable:
<!-- ##### FUNCTION gtk_notebook_set_tab_border ##### -->
<para>
</para>
-@notebook:
-@border_width:
+@notebook:
+@border_width:
<!-- ##### FUNCTION gtk_notebook_popup_enable ##### -->
<para>
</para>
-@notebook:
+@notebook:
<!-- ##### FUNCTION gtk_notebook_popup_disable ##### -->
<para>
</para>
-@notebook:
+@notebook:
+
<!-- ##### FUNCTION gtk_notebook_get_current_page ##### -->
<para>
<para>
</para>
-@notebook:
-@page_num:
-@Returns:
+@notebook:
+@page_num:
+@Returns:
<!-- ##### FUNCTION gtk_notebook_get_tab_label ##### -->
<para>
</para>
-@notebook:
-@child:
-@Returns:
+@notebook:
+@child:
+@Returns:
<!-- ##### FUNCTION gtk_notebook_query_tab_label_packing ##### -->
<para>
</para>
-@notebook:
-@child:
-@expand:
-@fill:
-@pack_type:
+@notebook:
+@child:
+@expand:
+@fill:
+@pack_type:
<!-- ##### FUNCTION gtk_notebook_set_homogeneous_tabs ##### -->
<para>
</para>
-@notebook:
-@homogeneous:
+@notebook:
+@homogeneous:
<!-- ##### FUNCTION gtk_notebook_set_menu_label ##### -->
<para>
</para>
+@notebook:
+@child:
+@menu_text:
<!-- ##### FUNCTION gtk_notebook_set_tab_hborder ##### -->
<para>
</para>
-@notebook:
-@tab_hborder:
+@notebook:
+@tab_hborder:
<!-- ##### FUNCTION gtk_notebook_set_tab_label ##### -->
</para>
@notebook:
-@child:
-@tab_label:
+@child:
+@tab_label:
<!-- ##### FUNCTION gtk_notebook_set_tab_label_packing ##### -->
@notebook:
@child:
-@expand:
+@expand:
@fill:
-@pack_type:
+@pack_type:
<!-- ##### FUNCTION gtk_notebook_set_tab_label_text ##### -->
<para>
</para>
-@notebook:
-@tab_vborder:
+@notebook:
+@tab_vborder:
<!-- ##### SIGNAL GtkNotebook::switch-page ##### -->
The current page
</para>
-<!-- ##### ARG GtkNotebook:tab_pos ##### -->
+<!-- ##### ARG GtkNotebook:tab-pos ##### -->
<para>
The edge at which the tabs for switching pages are drawn.
</para>
-<!-- ##### ARG GtkNotebook:tab_border ##### -->
+<!-- ##### ARG GtkNotebook:tab-border ##### -->
<para>
Whether the tab labels have a border on all sides.
</para>
-<!-- ##### ARG GtkNotebook:tab_hborder ##### -->
+<!-- ##### ARG GtkNotebook:tab-hborder ##### -->
<para>
Whether the tab labels have a horizontal border.
</para>
-<!-- ##### ARG GtkNotebook:tab_vborder ##### -->
+<!-- ##### ARG GtkNotebook:tab-vborder ##### -->
<para>
Whether the tab labels have a vertical border.
</para>
-<!-- ##### ARG GtkNotebook:show_tabs ##### -->
+<!-- ##### ARG GtkNotebook:show-tabs ##### -->
<para>
Whether to show tabs for the notebook pages.
</para>
-<!-- ##### ARG GtkNotebook:show_border ##### -->
+<!-- ##### ARG GtkNotebook:show-border ##### -->
<para>
Whether to draw a bevel around the noteobook.
</para>
are too many tabs to fit in the area.
</para>
-<!-- ##### ARG GtkNotebook:enable_popup ##### -->
+<!-- ##### ARG GtkNotebook:enable-popup ##### -->
<para>
Whether the popup menu for switching pages is enabled.
</para>
ownership of the object.
GTK_CONNECTED: refers to whether are signals are connected to this
object.
-@GTK_RESERVED:
-@GTK_CONSTRUCTED: refers to whether the arguments for this object are
-ready.
+@GTK_RESERVED_1:
+@GTK_RESERVED_2:
<!-- ##### MACRO GTK_OBJECT_FLAGS ##### -->
<para>
@obj: the object to examine.
-<!-- ##### MACRO GTK_OBJECT_CONSTRUCTED ##### -->
-<para>
-Test whether a GtkObject's arguments have been prepared.
-</para>
-
-@obj: the object to examine.
-
-
<!-- ##### MACRO GTK_OBJECT_SET_FLAGS ##### -->
<para>
Turn on certain object flags. (Private)
and is redundant with #GTK_ARG_CONSTRUCT.
@GTK_ARG_CHILD_ARG: an argument type that applies to (and may be different for)
each child. Used by #GtkContainer.
-@GTK_ARG_MASK: the bitwise-OR of all the flags.
-@GTK_ARG_READWRITE: the argument is readable and writable.
-
-<!-- ##### FUNCTION gtk_object_class_user_signal_new ##### -->
-<para>
-Define a signal-handler for a new signal on an already defined
-object.
-</para>
-<para>
-See the signal documentation for more general information.
-</para>
-
-@klass: the object class to define the signal for.
-@name: the name of the signal.
-@signal_flags: the default emission behavior for the signal.
-See gtk_signal_new().
-@marshaller: a function that will take an array of GtkArgs
-and invoke the appropriate handler with the normal calling
-conventions.
-@return_val: specify the return-value type for the signal
-(or GTK_TYPE_NONE for no return-value).
-@nparams: specify the number of parameters the signal
-receives from the caller of gtk_signal_emit().
-@Varargs: list of nparams #GtkTypes to pass to the signal handlers.
-@Returns: the signal id. (See #GtkSignals)
-
-
-<!-- ##### FUNCTION gtk_object_class_user_signal_newv ##### -->
-<para>
-Define a signal-handler for a new signal on an already defined
-object.
-</para>
-
-@klass: the object class to define the signal for.
-@name: the name of the signal.
-@signal_flags: the default emission behavior for the signal.
-See gtk_signal_new().
-@marshaller: takes a GtkObject, a #GtkSignalFunc, and an array
-of arguments, and invokes the function using the appropriate
-calling conventions. Usually just select a function
-out of gtkmarshal.h.
-@return_val: specify the return-value type for the signal (possibly
-#GTK_TYPE_NONE).
-@nparams: specify the number of parameters the signal
-receives from the caller of gtk_signal_emit().
-@params: array of #GtkTypes the signal handlers for this signal
-should have in their prototype (of length nparams).
-@Returns: the signal id. (See #GtkSignals)
-
<!-- ##### FUNCTION gtk_object_new ##### -->
<para>
@type: the type identifying this object. Returned by gtk_type_unique()
although (for a properly-written object it should be accessible through
#GTK_TYPE_FOO.)
-@first_arg_name: name of the first argument to set when constructing
-the object.
+@first_property_name:
@Varargs: the first argument's value, followed by any number of
name/argument-value pairs, terminated with NULL.
@Returns: the new GtkObject.
-
-
-<!-- ##### FUNCTION gtk_object_newv ##### -->
-<para>
-Construct an object with an array of arguments.
-</para>
-
-@object_type: the type of the object to create.
-@n_args: the number of arguments to set.
-@args: an array of n_args arguments (which are name and value pairs).
-@Returns: the new GtkObject.
-
-
-<!-- ##### FUNCTION gtk_object_constructed ##### -->
-<para>
-Mark an allocated object as constructed.
-This is used for situations
-that require precise control of the construction process.
-</para>
-<para>
-This is done when gtk_object_default_construct() is inadequate.
-In #GtkCList the need arises because #GtkCList does construction work that
-must happen <emphasis>after</emphasis> its derivers. This work
-cannot be done in an initializer function, so an alternate
-constructor is mandatory. It calls gtk_object_constructed() to
-indicate it has done its job, so that no other constructor will
-be invoked.
-</para>
-<para>
-Normally this function is just automatically run from
-gtk_object_default_construct().
-</para>
-
-@object: object which has been constructed. This is usually
-done automatically by gtk_object_new() and gtk_object_newv().
-
-
-<!-- ##### FUNCTION gtk_object_default_construct ##### -->
-<para>
-This function is called to construct arguments that haven't been initialized
-but have the #GTK_ARG_CONSTRUCT flag set.
-</para>
-<para>
-All number arguments are set to 0. All pointers and strings
-are set to NULL.
-</para>
-<para>
-Normally invoked by gtk_object_new() automatically; gtk_type_new() can
-be used to bypass it.
-</para>
-
-@object: the object to initialize.
+<!-- # Unused Parameters # -->
+@first_arg_name: name of the first argument to set when constructing
+the object.
<!-- ##### FUNCTION gtk_object_sink ##### -->
</para>
@object:
-@first_arg_name:
+@first_property_name:
@Varargs:
-
-
-<!-- ##### FUNCTION gtk_object_getv ##### -->
-<para>
-Gets an array of argument values from an object.
-</para>
-
-@object: the object to get arguments from.
-@n_args: the number of arguments to query.
-@args: the arguments to fill in.
+<!-- # Unused Parameters # -->
+@first_arg_name:
<!-- ##### FUNCTION gtk_object_set ##### -->
</para>
@object: the object whose arguments should be set.
-@first_arg_name: the name of the first argument to set.
+@first_property_name:
@Varargs: the value of the first argument, followed optionally
by more name/value pairs, followed by NULL.
-
-
-<!-- ##### FUNCTION gtk_object_setv ##### -->
-<para>
-Set an array of arguments.
-</para>
-
-@object: the object whose arguments should be set.
-@n_args: the number of arguments to set.
-@args: the desired values, as an array of #GtkArgs (which contain
-the names, types, and values of the arguments).
-
-
-<!-- ##### FUNCTION gtk_object_query_args ##### -->
-<para>
-Get all the arguments that may be used for a given type.
-</para>
-<para>
-In Java, this type of mechanism is called
-<wordasword>introspection</wordasword>. It is used by applications
-like Glade, that have to determine what can be done to an object
-at run-time.
-</para>
-
-@class_type: the GtkType of the ObjectClass
-(returned from GTK_OBJECT_CLASS(class)->type for example).
-@arg_flags: if non-NULL, obtains the #GtkArgFlags that apply to
-each argument. You must g_free() this if you request it.
-@n_args: the number of arguments is returned in this field.
-@Returns: an array of arguments, that you must deallocate with g_free().
+<!-- # Unused Parameters # -->
+@first_arg_name: the name of the first argument to set.
<!-- ##### FUNCTION gtk_object_set_data ##### -->
@Returns: the user data field for object.
-<!-- ##### FUNCTION gtk_object_class_add_signals ##### -->
-<para>
-Add an array of signals to a #GtkObjectClass.
-Usually this is called when registering a new type of object.
-</para>
-
-@klass: the object class to append signals to.
-@signals: the signals to append.
-@nsignals: the number of signals being appended.
-
-
<!-- ##### FUNCTION gtk_object_add_arg_type ##### -->
<para>
Add a new type of argument to an object class.
-<!-- ##### FUNCTION gtk_object_arg_set ##### -->
-<para>
-Private function to set an argument and argument info to an object.
-</para>
-
-@object: the object whose argument should be set.
-@arg: the argument.
-@info: infomation about this type of argument in general.
-
-
-<!-- ##### FUNCTION gtk_object_arg_get ##### -->
-<para>
-Private function to get an argument and argument info from an object.
-</para>
-
-@object: the object whose argument should be retrieved.
-@arg: the argument, for the name on input, the rest is filled on output.
-@info: a #GtkArgInfo structure to optionally fill in.
-
-
-<!-- ##### FUNCTION gtk_object_args_collect ##### -->
-<para>
-Private: Gets an array of #GtkArgs from a va_list C structure.
-</para>
-
-@object_type: the type of object to collect arguments for.
-@arg_list_p: pointer to be filled in with a list of parsed arguments.
-@info_list_p: optional pointer for a returned list #GtkArgInfos.
-@first_arg_name: name of first argument.
-@var_args: value of first argument, followed by more key/value pairs,
-terminated by NULL.
-@Returns: an error message, or NULL on success.
-It is the caller's responsibility to call g_free() in the event of error.
-
-
-<!-- ##### FUNCTION gtk_object_arg_get_info ##### -->
-<para>
-Query information about an argument type.
-</para>
-
-@object_type: type of object to query about.
-@arg_name: name of the argument.
-@info_p: pointer to be filled in with a pointer to the GtkArgInfo.
-@Returns: an error message, or NULL on success.
-It is the caller's responsibility to call g_free() in the event of error.
-
-
<!-- ##### SIGNAL GtkObject::destroy ##### -->
<para>
Indicates that an object is being destroyed.
@object: the object which received the signal.
-<!-- ##### ARG GtkObject:user_data ##### -->
+<!-- ##### ARG GtkObject:user-data ##### -->
<para>
A pointer for convenience when programming applications.
</para>
-<!-- ##### ARG GtkObject:signal ##### -->
-<para>
-Setting this with a GtkType of GTK_TYPE_SIGNAL connects
-the signal to the object.
-</para>
-
-<!-- ##### ARG GtkObject:signal_after ##### -->
-<para>
-Setting this with a GtkType of GTK_TYPE_SIGNAL connects
-the signal to the object, so that the signal is always run
-after other user handlers and the default handler.
-</para>
-
-<!-- ##### ARG GtkObject:object_signal ##### -->
-<para>
-Setting this with a GtkType of GTK_TYPE_SIGNAL connects
-the signal to the object, so that the user data and objects
-and swapped when the signal handler is invoked.
-</para>
-<para>
-This is useful for handlers that are primarily notifying
-other objects and could just invoke an already existing function
-if the parameters were swapped.
-See gtk_signal_connect_object() for more details.
-</para>
-
-<!-- ##### ARG GtkObject:object_signal_after ##### -->
-<para>
-Setting this with a GtkType of GTK_TYPE_SIGNAL connects
-the signal to the object, so that the user data and objects
-and swapped when the signal handler is invoked,
-and so that the handler is invoked after all others.
-</para>
-<para>
-See gtk_signal_connect_object_after() for more details.
-</para>
-
@oldeditable: the object which received the signal.
@arg1:
-<!-- ##### ARG GtkOldEditable:text_position ##### -->
+<!-- ##### ARG GtkOldEditable:text-position ##### -->
<para>
</para>
@Returns:
+<!-- ##### SIGNAL GtkOptionMenu::changed ##### -->
+<para>
+
+</para>
+
+@optionmenu: the object which received the signal.
+
</para>
-<!-- ##### ARG GtkPacker:default_border_width ##### -->
+<!-- ##### ARG GtkPacker:default-border-width ##### -->
<para>
</para>
-<!-- ##### ARG GtkPacker:default_pad_x ##### -->
+<!-- ##### ARG GtkPacker:default-pad-x ##### -->
<para>
</para>
-<!-- ##### ARG GtkPacker:default_pad_y ##### -->
+<!-- ##### ARG GtkPacker:default-pad-y ##### -->
<para>
</para>
-<!-- ##### ARG GtkPacker:default_ipad_x ##### -->
+<!-- ##### ARG GtkPacker:default-ipad-x ##### -->
<para>
</para>
-<!-- ##### ARG GtkPacker:default_ipad_y ##### -->
+<!-- ##### ARG GtkPacker:default-ipad-y ##### -->
<para>
</para>
@Returns:
-<!-- ##### ARG GtkPaned:handle_size ##### -->
+<!-- ##### ARG GtkPaned:handle-size ##### -->
<para>
</para>
@max: the maximum progress value.
-<!-- ##### ARG GtkProgress:activity_mode ##### -->
+<!-- ##### ARG GtkProgress:activity-mode ##### -->
<para>
A boolean indicating whether activity mode is enabled.
</para>
-<!-- ##### ARG GtkProgress:show_text ##### -->
+<!-- ##### ARG GtkProgress:show-text ##### -->
<para>
A boolean indicating whether the progress is shown as text.
</para>
-<!-- ##### ARG GtkProgress:text_xalign ##### -->
+<!-- ##### ARG GtkProgress:text-xalign ##### -->
<para>
A number between 0.0 and 1.0 specifying the horizontal alignment.
</para>
-<!-- ##### ARG GtkProgress:text_yalign ##### -->
+<!-- ##### ARG GtkProgress:text-yalign ##### -->
<para>
A number between 0.0 and 1.0 specifying the vertical alignment.
</para>
orientation and growth direction of the bar.
</para>
-<!-- ##### ARG GtkProgressBar:bar_style ##### -->
+<!-- ##### ARG GtkProgressBar:bar-style ##### -->
<para>
a #GtkProgressBarStyle value which specifies the
visual style of the bar in percentage mode.
</para>
-<!-- ##### ARG GtkProgressBar:activity_step ##### -->
+<!-- ##### ARG GtkProgressBar:activity-step ##### -->
<para>
The increment used for each iteration in activity mode.
</para>
-<!-- ##### ARG GtkProgressBar:activity_blocks ##### -->
+<!-- ##### ARG GtkProgressBar:activity-blocks ##### -->
<para>
The number of blocks which can fit in the progress bar
area in activity mode.
</para>
-<!-- ##### ARG GtkProgressBar:discrete_blocks ##### -->
+<!-- ##### ARG GtkProgressBar:discrete-blocks ##### -->
<para>
The number of blocks which which make up progress bar
when it is shown in %GTK_PROGRESS_DISCRETE style.
</para>
-<!-- ##### ARG GtkProgressBar:pulse_step ##### -->
+<!-- ##### ARG GtkProgressBar:pulse-step ##### -->
<para>
</para>
@range:
-<!-- ##### ARG GtkRange:update_policy ##### -->
+<!-- ##### ARG GtkRange:update-policy ##### -->
<para>
</para>
</para>
-<!-- ##### ARG GtkRuler:max_size ##### -->
+<!-- ##### ARG GtkRuler:max-size ##### -->
<para>
</para>
The number of decimal places that are displayed in the value.
</para>
-<!-- ##### ARG GtkScale:draw_value ##### -->
+<!-- ##### ARG GtkScale:draw-value ##### -->
<para>
If the current value is displayed as a string next to the slider.
</para>
-<!-- ##### ARG GtkScale:value_pos ##### -->
+<!-- ##### ARG GtkScale:value-pos ##### -->
<para>
The position in which the current value is displayed.
</para>
Vertical adjustment. See gtk_scrolled_window_set_vadjustment(), gtk_scrolled_window_get_vadjustment().\r
</para>
-<!-- ##### ARG GtkScrolledWindow:hscrollbar_policy ##### -->
+<!-- ##### ARG GtkScrolledWindow:hscrollbar-policy ##### -->
<para>\r
Horizontal scrollbar policy (show scrollbar always, never, or "when appropriate").\r
</para>
-<!-- ##### ARG GtkScrolledWindow:vscrollbar_policy ##### -->
+<!-- ##### ARG GtkScrolledWindow:vscrollbar-policy ##### -->
<para>\r
Vertical scrollbar policy (show scrollbar always, never, or "when appropriate").\r
</para>
-<!-- ##### ARG GtkScrolledWindow:window_placement ##### -->
+<!-- ##### ARG GtkScrolledWindow:window-placement ##### -->
<para>\r
Position of child window with respect to scrollbars; top left, top\r
right, bottom left, bottom right.\r
the #GtkAdjustment that defines a spin button's main properties.
</para>
-<!-- ##### ARG GtkSpinButton:climb_rate ##### -->
+<!-- ##### ARG GtkSpinButton:climb-rate ##### -->
<para>
the amount a spin button changes when an arrow is clicked.
</para>
the number of decimal places to display.
</para>
-<!-- ##### ARG GtkSpinButton:snap_to_ticks ##### -->
+<!-- ##### ARG GtkSpinButton:snap-to-ticks ##### -->
<para>
whether erroneous values are automatically changed to a spin button's nearest step increment.
</para>
whether a spin button should wrap upon reaching its limits.
</para>
-<!-- ##### ARG GtkSpinButton:update_policy ##### -->
+<!-- ##### ARG GtkSpinButton:update-policy ##### -->
<para>
how a spin button should be updated.
</para>
-<!-- ##### ARG GtkSpinButton:shadow_type ##### -->
+<!-- ##### ARG GtkSpinButton:shadow-type ##### -->
<para>
the type of border that surrounds the arrows of a spin button.
</para>
@draw_polygon:
@draw_arrow:
@draw_diamond:
-@draw_oval:
@draw_string:
@draw_box:
@draw_flat_box:
@draw_check:
@draw_option:
-@draw_cross:
-@draw_ramp:
@draw_tab:
@draw_shadow_gap:
@draw_box_gap:
@draw_focus:
@draw_slider:
@draw_handle:
+@draw_expander:
+@draw_layout:
<!-- ##### FUNCTION gtk_style_new ##### -->
<para>
@height:
-<!-- ##### FUNCTION gtk_draw_oval ##### -->
-<para>
-
-</para>
-
-@style:
-@window:
-@state_type:
-@shadow_type:
-@x:
-@y:
-@width:
-@height:
-
-
<!-- ##### FUNCTION gtk_draw_string ##### -->
<para>
@height:
-<!-- ##### FUNCTION gtk_draw_cross ##### -->
-<para>
-
-</para>
-
-@style:
-@window:
-@state_type:
-@shadow_type:
-@x:
-@y:
-@width:
-@height:
-
-
<!-- ##### FUNCTION gtk_draw_extension ##### -->
<para>
@height:
-<!-- ##### FUNCTION gtk_draw_ramp ##### -->
+<!-- ##### FUNCTION gtk_draw_shadow_gap ##### -->
<para>
</para>
@window:
@state_type:
@shadow_type:
-@arrow_type:
@x:
@y:
@width:
@height:
+@gap_side:
+@gap_x:
+@gap_width:
-<!-- ##### FUNCTION gtk_draw_shadow_gap ##### -->
+<!-- ##### FUNCTION gtk_draw_slider ##### -->
<para>
</para>
@y:
@width:
@height:
-@gap_side:
-@gap_x:
-@gap_width:
+@orientation:
-<!-- ##### FUNCTION gtk_draw_slider ##### -->
+<!-- ##### FUNCTION gtk_draw_tab ##### -->
<para>
</para>
@y:
@width:
@height:
-@orientation:
-<!-- ##### FUNCTION gtk_draw_tab ##### -->
+<!-- ##### FUNCTION gtk_draw_expander ##### -->
<para>
</para>
@style:
@window:
@state_type:
-@shadow_type:
@x:
@y:
-@width:
-@height:
+@is_open:
-<!-- ##### FUNCTION gtk_paint_arrow ##### -->
+<!-- ##### FUNCTION gtk_draw_layout ##### -->
<para>
</para>
@style:
@window:
@state_type:
-@shadow_type:
-@area:
-@widget:
-@detail:
-@arrow_type:
-@fill:
@x:
@y:
-@width:
-@height:
+@layout:
-<!-- ##### FUNCTION gtk_paint_box ##### -->
+<!-- ##### FUNCTION gtk_paint_arrow ##### -->
<para>
</para>
@area:
@widget:
@detail:
+@arrow_type:
+@fill:
@x:
@y:
@width:
@height:
-<!-- ##### FUNCTION gtk_paint_box_gap ##### -->
+<!-- ##### FUNCTION gtk_paint_box ##### -->
<para>
</para>
@y:
@width:
@height:
-@gap_side:
-@gap_x:
-@gap_width:
-<!-- ##### FUNCTION gtk_paint_check ##### -->
+<!-- ##### FUNCTION gtk_paint_box_gap ##### -->
<para>
</para>
@y:
@width:
@height:
+@gap_side:
+@gap_x:
+@gap_width:
-<!-- ##### FUNCTION gtk_paint_cross ##### -->
+<!-- ##### FUNCTION gtk_paint_check ##### -->
<para>
</para>
@height:
-<!-- ##### FUNCTION gtk_paint_oval ##### -->
+<!-- ##### FUNCTION gtk_paint_polygon ##### -->
<para>
</para>
@area:
@widget:
@detail:
-@x:
-@y:
-@width:
-@height:
+@points:
+@npoints:
+@fill:
-<!-- ##### FUNCTION gtk_paint_polygon ##### -->
+<!-- ##### FUNCTION gtk_paint_shadow ##### -->
<para>
</para>
@area:
@widget:
@detail:
-@points:
-@npoints:
-@fill:
+@x:
+@y:
+@width:
+@height:
-<!-- ##### FUNCTION gtk_paint_ramp ##### -->
+<!-- ##### FUNCTION gtk_paint_shadow_gap ##### -->
<para>
</para>
@area:
@widget:
@detail:
-@arrow_type:
@x:
@y:
@width:
@height:
+@gap_side:
+@gap_x:
+@gap_width:
-<!-- ##### FUNCTION gtk_paint_shadow ##### -->
+<!-- ##### FUNCTION gtk_paint_slider ##### -->
<para>
</para>
@y:
@width:
@height:
+@orientation:
-<!-- ##### FUNCTION gtk_paint_shadow_gap ##### -->
+<!-- ##### FUNCTION gtk_paint_string ##### -->
<para>
</para>
@style:
@window:
@state_type:
-@shadow_type:
@area:
@widget:
@detail:
@x:
@y:
-@width:
-@height:
-@gap_side:
-@gap_x:
-@gap_width:
+@string:
-<!-- ##### FUNCTION gtk_paint_slider ##### -->
+<!-- ##### FUNCTION gtk_paint_tab ##### -->
<para>
</para>
@y:
@width:
@height:
-@orientation:
-<!-- ##### FUNCTION gtk_paint_string ##### -->
+<!-- ##### FUNCTION gtk_paint_vline ##### -->
<para>
</para>
@area:
@widget:
@detail:
+@y1:
+@y2:
@x:
-@y:
-@string:
-<!-- ##### FUNCTION gtk_paint_tab ##### -->
+<!-- ##### FUNCTION gtk_paint_expander ##### -->
<para>
</para>
@style:
@window:
@state_type:
-@shadow_type:
@area:
@widget:
@detail:
@x:
@y:
-@width:
-@height:
+@is_open:
-<!-- ##### FUNCTION gtk_paint_vline ##### -->
+<!-- ##### FUNCTION gtk_paint_layout ##### -->
<para>
</para>
@area:
@widget:
@detail:
-@y1:
-@y2:
@x:
+@y:
+@layout:
to FALSE if this is not your desired behaviour.
-<!-- ##### ARG GtkTable:n_rows ##### -->
+<!-- ##### ARG GtkTable:n-rows ##### -->
<para>
set or retrieve the number of rows in a table.
</para>
-<!-- ##### ARG GtkTable:n_columns ##### -->
+<!-- ##### ARG GtkTable:n-columns ##### -->
<para>
set or retrieve the number of columnsin a table.
</para>
-<!-- ##### ARG GtkTable:row_spacing ##### -->
+<!-- ##### ARG GtkTable:row-spacing ##### -->
<para>
set or retrieve the number of pixels of space between each row.
</para>
-<!-- ##### ARG GtkTable:column_spacing ##### -->
+<!-- ##### ARG GtkTable:column-spacing ##### -->
<para>
set or retrieve the number of pixels of space between each column.
</para>
text.\r
</para>
-<!-- ##### ARG GtkText:line_wrap ##### -->
+<!-- ##### ARG GtkText:line-wrap ##### -->
<para>\r
Boolean value indicating whether line wrap is enabled or not.\r
</para>
-<!-- ##### ARG GtkText:word_wrap ##### -->
+<!-- ##### ARG GtkText:word-wrap ##### -->
<para>\r
Boolean value indicated whether word wrap is enabled or not.\r
</para>
@Returns:
+<!-- ##### FUNCTION gtk_text_buffer_begin_user_action ##### -->
+<para>
+
+</para>
+
+@buffer:
+
+
+<!-- ##### FUNCTION gtk_text_buffer_end_user_action ##### -->
+<para>
+
+</para>
+
+@buffer:
+
+
<!-- ##### SIGNAL GtkTextBuffer::apply-tag ##### -->
<para>
@arg2:
@arg3:
+<!-- ##### SIGNAL GtkTextBuffer::begin-user-action ##### -->
+<para>
+
+</para>
+
+@textbuffer: the object which received the signal.
+
<!-- ##### SIGNAL GtkTextBuffer::changed ##### -->
<para>
@textbuffer: the object which received the signal.
-<!-- ##### SIGNAL GtkTextBuffer::delete-text ##### -->
+<!-- ##### SIGNAL GtkTextBuffer::delete-range ##### -->
+<para>
+
+</para>
+
+@textbuffer: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### SIGNAL GtkTextBuffer::end-user-action ##### -->
+<para>
+
+</para>
+
+@textbuffer: the object which received the signal.
+
+<!-- ##### SIGNAL GtkTextBuffer::insert-pixbuf ##### -->
<para>
</para>
@textbuffer: the object which received the signal.
@arg1:
@arg2:
-@arg3:
<!-- ##### SIGNAL GtkTextBuffer::insert-text ##### -->
<para>
@arg1:
@arg2:
@arg3:
+<!-- # Unused Parameters # -->
@arg4:
<!-- ##### SIGNAL GtkTextBuffer::mark-deleted ##### -->
</para>
+@parent_instance:
+@tag_table:
+@btree:
+@clipboard_contents:
+@log_attr_cache:
+@user_action_count:
+@modified:
<!-- ##### STRUCT GtkTextIter ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_text_iter_starts_word ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_iter_ends_word ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_iter_inside_word ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_text_iter_starts_line ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_text_iter_is_cursor_position ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_text_iter_get_chars_in_line ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_text_iter_get_bytes_in_line ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_text_iter_get_attributes ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_text_iter_get_language ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_text_iter_is_last ##### -->
<para>
@Returns:
-<!-- ##### FUNCTION gtk_text_iter_next_char ##### -->
+<!-- ##### FUNCTION gtk_text_iter_forward_char ##### -->
<para>
</para>
@Returns:
-<!-- ##### FUNCTION gtk_text_iter_prev_char ##### -->
+<!-- ##### FUNCTION gtk_text_iter_backward_char ##### -->
<para>
</para>
@Returns:
+<!-- ##### FUNCTION gtk_text_iter_forward_cursor_position ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_iter_backward_cursor_position ##### -->
+<para>
+
+</para>
+
+@iter:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_iter_forward_cursor_positions ##### -->
+<para>
+
+</para>
+
+@iter:
+@count:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_iter_backward_cursor_positions ##### -->
+<para>
+
+</para>
+
+@iter:
+@count:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_text_iter_set_offset ##### -->
<para>
@iter:
-<!-- ##### FUNCTION gtk_text_iter_forward_to_newline ##### -->
+<!-- ##### FUNCTION gtk_text_iter_forward_to_line_end ##### -->
<para>
</para>
@Returns:
+<!-- ##### FUNCTION gtk_text_mark_get_buffer ##### -->
+<para>
+
+</para>
+
+@mark:
+@Returns:
+
+
</para>
+@parent_instance:
+@table:
+@name:
+@priority:
+@values:
+@bg_color_set:
+@bg_stipple_set:
+@fg_color_set:
+@family_set:
+@style_set:
+@variant_set:
+@weight_set:
+@stretch_set:
+@size_set:
+@fg_stipple_set:
+@justify_set:
+@left_margin_set:
+@indent_set:
+@rise_set:
+@strikethrough_set:
+@right_margin_set:
+@pixels_above_lines_set:
+@pixels_below_lines_set:
+@pixels_inside_wrap_set:
+@tabs_set:
+@underline_set:
+@wrap_mode_set:
+@bg_full_height_set:
+@invisible_set:
+@editable_set:
+@language_set:
+@pad1:
+@pad2:
+@pad3:
<!-- ##### STRUCT GtkTextBTreeNode ##### -->
<para>
</para>
+@parent_instance:
+@hash:
+@anonymous:
+@anon_count:
<!-- ##### ENUM GtkWrapMode ##### -->
<para>
</para>
+@src:
+@Returns:
+<!-- # Unused Parameters # -->
+@dest:
+
+
+<!-- ##### FUNCTION gtk_text_attributes_copy_values ##### -->
+<para>
+
+</para>
+
@src:
@dest:
Background color, as a string such as "red" or "#FFFFFF"
</para>
-<!-- ##### ARG GtkTextTag:background_gdk ##### -->
+<!-- ##### ARG GtkTextTag:background-gdk ##### -->
<para>
Background color, as a #GdkColor.
</para>
-<!-- ##### ARG GtkTextTag:background_full_height ##### -->
+<!-- ##### ARG GtkTextTag:background-full-height ##### -->
<para>
Whether to make the background color for each character the height of
the highest font used on the current line, or the height of the font
used for the current character.
</para>
-<!-- ##### ARG GtkTextTag:background_stipple ##### -->
+<!-- ##### ARG GtkTextTag:background-stipple ##### -->
<para>
A #GdkBitmap to use for stippling the background color.
</para>
+<!-- ##### ARG GtkTextTag:foreground ##### -->
+<para>
+Foreground color as a string such as "red" or "#FFFFFF".
+</para>
+
+<!-- ##### ARG GtkTextTag:foreground-gdk ##### -->
+<para>
+Foreground color as a #GdkColor.
+</para>
+
+<!-- ##### ARG GtkTextTag:foreground-stipple ##### -->
+<para>
+A #GdkBitmap to use as a stipple pattern for the foreground.
+</para>
+
<!-- ##### ARG GtkTextTag:direction ##### -->
<para>
The #GtkTextDirection for the tagged text.
Font as a Pango font name, e.g. "Sans Italic 12"
</para>
-<!-- ##### ARG GtkTextTag:font_desc ##### -->
+<!-- ##### ARG GtkTextTag:font-desc ##### -->
<para>
Font as a #PangoFontDescription.
</para>
</para>
-<!-- ##### ARG GtkTextTag:size_points ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkTextTag:foreground ##### -->
-<para>
-Foreground color as a string such as "red" or "#FFFFFF".
-</para>
-
-<!-- ##### ARG GtkTextTag:foreground_gdk ##### -->
+<!-- ##### ARG GtkTextTag:size-points ##### -->
<para>
-Foreground color as a #GdkColor.
-</para>
-<!-- ##### ARG GtkTextTag:foreground_stipple ##### -->
-<para>
-A #GdkBitmap to use as a stipple pattern for the foreground.
</para>
<!-- ##### ARG GtkTextTag:justify ##### -->
you probably don't need it.
</para>
-<!-- ##### ARG GtkTextTag:left_margin ##### -->
+<!-- ##### ARG GtkTextTag:left-margin ##### -->
<para>
Pixel width of left margin of the text.
</para>
+<!-- ##### ARG GtkTextTag:right-margin ##### -->
+<para>
+Pixel width of right margin.
+</para>
+
<!-- ##### ARG GtkTextTag:indent ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:pixels_above_lines ##### -->
+<!-- ##### ARG GtkTextTag:pixels-above-lines ##### -->
<para>
Pixels of blank space to leave above each newline-terminated line.
</para>
-<!-- ##### ARG GtkTextTag:pixels_below_lines ##### -->
+<!-- ##### ARG GtkTextTag:pixels-below-lines ##### -->
<para>
Pixels of blank space to leave below each newline-terminated line.
</para>
-<!-- ##### ARG GtkTextTag:pixels_inside_wrap ##### -->
+<!-- ##### ARG GtkTextTag:pixels-inside-wrap ##### -->
<para>
Pixels of blank space to leave between wrapped lines inside the same
newline-terminated line (paragraph).
</para>
-<!-- ##### ARG GtkTextTag:right_margin ##### -->
-<para>
-Pixel width of right margin.
-</para>
-
<!-- ##### ARG GtkTextTag:strikethrough ##### -->
<para>
%TRUE to draw a line through the text.
A #PangoUnderline value.
</para>
-<!-- ##### ARG GtkTextTag:wrap_mode ##### -->
+<!-- ##### ARG GtkTextTag:wrap-mode ##### -->
<para>
A #GtkWrapMode value. Only used if the tag applies to the first
character in a paragraph.
</para>
-<!-- ##### ARG GtkTextTag:background_set ##### -->
+<!-- ##### ARG GtkTextTag:background-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:background_full_height_set ##### -->
+<!-- ##### ARG GtkTextTag:background-full-height-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:background_gdk_set ##### -->
+<!-- ##### ARG GtkTextTag:background-gdk-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:background_stipple_set ##### -->
+<!-- ##### ARG GtkTextTag:background-stipple-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:editable_set ##### -->
+<!-- ##### ARG GtkTextTag:foreground-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:family_set ##### -->
+<!-- ##### ARG GtkTextTag:foreground-gdk-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:style_set ##### -->
+<!-- ##### ARG GtkTextTag:foreground-stipple-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:variant_set ##### -->
+<!-- ##### ARG GtkTextTag:editable-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:weight_set ##### -->
+<!-- ##### ARG GtkTextTag:family-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:stretch_set ##### -->
+<!-- ##### ARG GtkTextTag:style-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:size_set ##### -->
+<!-- ##### ARG GtkTextTag:variant-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:foreground_set ##### -->
+<!-- ##### ARG GtkTextTag:weight-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:foreground_gdk_set ##### -->
+<!-- ##### ARG GtkTextTag:stretch-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:foreground_stipple_set ##### -->
+<!-- ##### ARG GtkTextTag:size-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:justify_set ##### -->
+<!-- ##### ARG GtkTextTag:justify-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:language_set ##### -->
+<!-- ##### ARG GtkTextTag:language-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:left_margin_set ##### -->
+<!-- ##### ARG GtkTextTag:left-margin-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:indent_set ##### -->
+<!-- ##### ARG GtkTextTag:indent-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:rise_set ##### -->
+<!-- ##### ARG GtkTextTag:rise-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:pixels_above_lines_set ##### -->
+<!-- ##### ARG GtkTextTag:pixels-above-lines-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:pixels_below_lines_set ##### -->
+<!-- ##### ARG GtkTextTag:pixels-below-lines-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:pixels_inside_wrap_set ##### -->
+<!-- ##### ARG GtkTextTag:pixels-inside-wrap-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:strikethrough_set ##### -->
+<!-- ##### ARG GtkTextTag:strikethrough-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:right_margin_set ##### -->
+<!-- ##### ARG GtkTextTag:right-margin-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:underline_set ##### -->
+<!-- ##### ARG GtkTextTag:underline-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:wrap_mode_set ##### -->
+<!-- ##### ARG GtkTextTag:wrap-mode-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:tabs_set ##### -->
+<!-- ##### ARG GtkTextTag:tabs-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextTag:invisible_set ##### -->
+<!-- ##### ARG GtkTextTag:invisible-set ##### -->
<para>
</para>
@text_view:
@mark:
+@within_margin:
+@use_align:
+@xalign:
+@yalign:
+@Returns:
+<!-- # Unused Parameters # -->
@mark_within_margin:
+
+
+<!-- ##### FUNCTION gtk_text_view_scroll_mark_onscreen ##### -->
+<para>
+
+</para>
+
+@text_view:
+@mark:
@Returns:
@visible_rect:
-<!-- ##### FUNCTION gtk_text_view_set_wrap_mode ##### -->
+<!-- ##### FUNCTION gtk_text_view_get_iter_location ##### -->
<para>
</para>
@text_view:
-@wrap_mode:
+@iter:
+@location:
-<!-- ##### FUNCTION gtk_text_view_get_wrap_mode ##### -->
+<!-- ##### FUNCTION gtk_text_view_get_line_at_y ##### -->
<para>
</para>
@text_view:
-@Returns:
+@target_iter:
+@y:
+@line_top:
-<!-- ##### FUNCTION gtk_text_view_set_editable ##### -->
+<!-- ##### FUNCTION gtk_text_view_get_line_yrange ##### -->
<para>
</para>
@text_view:
-@setting:
+@iter:
+@y:
+@height:
-<!-- ##### FUNCTION gtk_text_view_get_editable ##### -->
+<!-- ##### FUNCTION gtk_text_view_get_iter_at_location ##### -->
<para>
</para>
@text_view:
-@Returns:
+@iter:
+@x:
+@y:
-<!-- ##### FUNCTION gtk_text_view_set_cursor_visible ##### -->
+<!-- ##### FUNCTION gtk_text_view_buffer_to_window_coords ##### -->
<para>
</para>
@text_view:
-@setting:
+@win:
+@buffer_x:
+@buffer_y:
+@window_x:
+@window_y:
-<!-- ##### FUNCTION gtk_text_view_get_cursor_visible ##### -->
+<!-- ##### FUNCTION gtk_text_view_window_to_buffer_coords ##### -->
<para>
</para>
@text_view:
-@Returns:
+@win:
+@window_x:
+@window_y:
+@buffer_x:
+@buffer_y:
-<!-- ##### FUNCTION gtk_text_view_get_iter_location ##### -->
+<!-- ##### FUNCTION gtk_text_view_get_window ##### -->
<para>
</para>
@text_view:
-@iter:
-@location:
+@win:
+@Returns:
-<!-- ##### FUNCTION gtk_text_view_get_line_at_y ##### -->
+<!-- ##### FUNCTION gtk_text_view_get_window_type ##### -->
<para>
</para>
@text_view:
-@target_iter:
-@y:
-@line_top:
+@window:
+@Returns:
-<!-- ##### FUNCTION gtk_text_view_get_line_yrange ##### -->
+<!-- ##### FUNCTION gtk_text_view_set_border_window_size ##### -->
<para>
</para>
@text_view:
-@iter:
-@y:
-@height:
+@type:
+@size:
-<!-- ##### FUNCTION gtk_text_view_get_iter_at_location ##### -->
+<!-- ##### FUNCTION gtk_text_view_set_text_window_size ##### -->
<para>
</para>
@text_view:
-@iter:
-@x:
-@y:
+@width:
+@height:
-<!-- ##### FUNCTION gtk_text_view_buffer_to_window_coords ##### -->
+<!-- ##### FUNCTION gtk_text_view_forward_display_line ##### -->
<para>
</para>
@text_view:
-@win:
-@buffer_x:
-@buffer_y:
-@window_x:
-@window_y:
+@iter:
+@Returns:
-<!-- ##### FUNCTION gtk_text_view_window_to_buffer_coords ##### -->
+<!-- ##### FUNCTION gtk_text_view_backward_display_line ##### -->
<para>
</para>
@text_view:
-@win:
-@window_x:
-@window_y:
-@buffer_x:
-@buffer_y:
+@iter:
+@Returns:
-<!-- ##### FUNCTION gtk_text_view_get_window ##### -->
+<!-- ##### FUNCTION gtk_text_view_forward_display_line_end ##### -->
<para>
</para>
@text_view:
-@win:
+@iter:
@Returns:
-<!-- ##### FUNCTION gtk_text_view_get_window_type ##### -->
+<!-- ##### FUNCTION gtk_text_view_backward_display_line_start ##### -->
<para>
</para>
@text_view:
-@window:
+@iter:
@Returns:
-<!-- ##### FUNCTION gtk_text_view_set_border_window_size ##### -->
+<!-- ##### FUNCTION gtk_text_view_starts_display_line ##### -->
<para>
</para>
@text_view:
-@type:
-@size:
+@iter:
+@Returns:
-<!-- ##### FUNCTION gtk_text_view_set_text_window_size ##### -->
+<!-- ##### FUNCTION gtk_text_view_move_visually ##### -->
<para>
</para>
@text_view:
-@width:
-@height:
+@iter:
+@count:
+@Returns:
<!-- ##### FUNCTION gtk_text_view_add_child_at_anchor ##### -->
@ypos:
+<!-- ##### FUNCTION gtk_text_view_set_wrap_mode ##### -->
+<para>
+
+</para>
+
+@text_view:
+@wrap_mode:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_wrap_mode ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_view_set_editable ##### -->
+<para>
+
+</para>
+
+@text_view:
+@setting:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_editable ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_view_set_cursor_visible ##### -->
+<para>
+
+</para>
+
+@text_view:
+@setting:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_cursor_visible ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_view_set_pixels_above_lines ##### -->
+<para>
+
+</para>
+
+@text_view:
+@pixels_above_lines:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_pixels_above_lines ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_view_set_pixels_below_lines ##### -->
+<para>
+
+</para>
+
+@text_view:
+@pixels_below_lines:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_pixels_below_lines ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_view_set_pixels_inside_wrap ##### -->
+<para>
+
+</para>
+
+@text_view:
+@pixels_inside_wrap:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_pixels_inside_wrap ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_view_set_justification ##### -->
+<para>
+
+</para>
+
+@text_view:
+@justification:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_justification ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_view_set_left_margin ##### -->
+<para>
+
+</para>
+
+@text_view:
+@left_margin:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_left_margin ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_view_set_right_margin ##### -->
+<para>
+
+</para>
+
+@text_view:
+@right_margin:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_right_margin ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_view_set_indent ##### -->
+<para>
+
+</para>
+
+@text_view:
+@indent:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_indent ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_view_set_tabs ##### -->
+<para>
+
+</para>
+
+@text_view:
+@tabs:
+
+
+<!-- ##### FUNCTION gtk_text_view_get_tabs ##### -->
+<para>
+
+</para>
+
+@text_view:
+@Returns:
+
+
<!-- ##### SIGNAL GtkTextView::copy-clipboard ##### -->
<para>
@textview: the object which received the signal.
-<!-- ##### ARG GtkTextView:height_lines ##### -->
+<!-- ##### ARG GtkTextView:height-lines ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextView:width_columns ##### -->
+<!-- ##### ARG GtkTextView:width-columns ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextView:pixels_above_lines ##### -->
+<!-- ##### ARG GtkTextView:pixels-above-lines ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextView:pixels_below_lines ##### -->
+<!-- ##### ARG GtkTextView:pixels-below-lines ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextView:pixels_inside_wrap ##### -->
+<!-- ##### ARG GtkTextView:pixels-inside-wrap ##### -->
<para>
</para>
</para>
-<!-- ##### ARG GtkTextView:wrap_mode ##### -->
+<!-- ##### ARG GtkTextView:wrap-mode ##### -->
<para>
</para>
</para>
-<!-- ##### ARG GtkTextView:left_margin ##### -->
+<!-- ##### ARG GtkTextView:left-margin ##### -->
<para>
</para>
-<!-- ##### ARG GtkTextView:right_margin ##### -->
+<!-- ##### ARG GtkTextView:right-margin ##### -->
<para>
</para>
@event: the button press or button release event.
@Returns: TRUE if the query should be stopped.
-<!-- ##### ARG GtkTipsQuery:emit_always ##### -->
+<!-- ##### ARG GtkTipsQuery:emit-always ##### -->
<para>
TRUE if the widget-entered and widget-selected signals are emitted even when
the widget has no tooltip set.
stopped.
</para>
-<!-- ##### ARG GtkTipsQuery:label_inactive ##### -->
+<!-- ##### ARG GtkTipsQuery:label-inactive ##### -->
<para>
The text to display in the #GtkTipsQuery widget when the query is not in
effect.
</para>
-<!-- ##### ARG GtkTipsQuery:label_no_tip ##### -->
+<!-- ##### ARG GtkTipsQuery:label-no-tip ##### -->
<para>
The text to display in the #GtkTipsQuery widget when the query is running
and the widget that the pointer is over has no tooltip.
Sets whether the toggle button should be pressed in or not.
</para>
-<!-- ##### ARG GtkToggleButton:draw_indicator ##### -->
+<!-- ##### ARG GtkToggleButton:draw-indicator ##### -->
<para>
A value of TRUE causes the toggle button to be invisible. FALSE displays it
again.
</para>
-<!-- ##### ARG GtkToolbar:toolbar_style ##### -->
+<!-- ##### ARG GtkToolbar:toolbar-style ##### -->
<para>
</para>
-<!-- ##### ARG GtkToolbar:space_size ##### -->
+<!-- ##### ARG GtkToolbar:space-size ##### -->
<para>
</para>
-<!-- ##### ARG GtkToolbar:space_style ##### -->
+<!-- ##### ARG GtkToolbar:space-style ##### -->
<para>
</para>
</para>
@stamp:
-@tree_node:
-@tree_node2:
-@tree_node3:
+@user_data:
+@user_data2:
+@user_data3:
<!-- ##### STRUCT GtkTreePath ##### -->
<para>
@inserted:
@child_toggled:
@deleted:
+@reordered:
@get_flags:
@get_n_columns:
@get_column_type:
--- /dev/null
+<!-- ##### SECTION Title ##### -->
+GtkModelSimple
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT GtkTreeModelSimple ##### -->
+<para>
+
+</para>
+
+@parent:
+@stamp:
+
+<!-- ##### FUNCTION gtk_tree_model_simple_new ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_model_simple_changed ##### -->
+<para>
+
+</para>
+
+@simple:
+@path:
+@iter:
+
+
+<!-- ##### FUNCTION gtk_tree_model_simple_inserted ##### -->
+<para>
+
+</para>
+
+@simple:
+@path:
+@iter:
+
+
+<!-- ##### FUNCTION gtk_tree_model_simple_child_toggled ##### -->
+<para>
+
+</para>
+
+@simple:
+@path:
+@iter:
+
+
+<!-- ##### FUNCTION gtk_tree_model_simple_deleted ##### -->
+<para>
+
+</para>
+
+@simple:
+@path:
+@iter:
+
+
</para>
-@model:
+@child_model:
@func:
@sort_col:
@Returns:
+<!-- # Unused Parameters # -->
+@model:
<!-- ##### FUNCTION gtk_tree_model_sort_set_model ##### -->
</para>
@tree_model_sort:
+@child_model:
+<!-- # Unused Parameters # -->
@model:
-<!-- ##### FUNCTION gtk_tree_model_sort_set_sort_col ##### -->
+<!-- ##### FUNCTION gtk_tree_model_sort_set_sort_column ##### -->
<para>
</para>
@func:
-<!-- ##### FUNCTION gtk_tree_model_sort_resort ##### -->
+<!-- ##### FUNCTION gtk_tree_model_sort_convert_path ##### -->
<para>
</para>
@tree_model_sort:
+@child_path:
+@Returns:
+<!-- # Unused Parameters # -->
+@path:
-<!-- ##### FUNCTION gtk_tree_model_sort_convert_path ##### -->
+<!-- ##### FUNCTION gtk_tree_model_sort_convert_iter ##### -->
<para>
</para>
@tree_model_sort:
-@path:
-@Returns:
+@sort_iter:
+@child_iter:
</para>
-<!-- ##### ENUM GtkTreeSelectionType ##### -->
+<!-- ##### ENUM GtkTreeSelectionMode ##### -->
<para>
</para>
@data:
-<!-- ##### FUNCTION gtk_tree_selection_new ##### -->
+<!-- ##### FUNCTION gtk_tree_selection_set_mode ##### -->
<para>
</para>
-@Returns:
+@selection:
+@type:
-<!-- ##### FUNCTION gtk_tree_selection_set_type ##### -->
+<!-- ##### FUNCTION gtk_tree_selection_set_select_function ##### -->
<para>
</para>
@selection:
-@type:
+@func:
+@data:
-<!-- ##### FUNCTION gtk_tree_selection_set_select_function ##### -->
+<!-- ##### FUNCTION gtk_tree_selection_get_user_data ##### -->
<para>
</para>
@selection:
-@func:
-@data:
+@Returns:
-<!-- ##### FUNCTION gtk_tree_selection_get_user_data ##### -->
+<!-- ##### FUNCTION gtk_tree_selection_get_tree_view ##### -->
<para>
</para>
@end_path:
-<!-- ##### FUNCTION gtk_tree_selection_new_with_tree_view ##### -->
-<para>
-
-</para>
-
-@tree_view:
-@Returns:
-
-
-<!-- ##### FUNCTION gtk_tree_selection_set_tree_view ##### -->
-<para>
-
-</para>
-
-@selection:
-@tree_view:
-
-
</para>
@parent:
-@tree_view:
-@type:
-@user_func:
-@user_data:
<!-- ##### STRUCT GtkTreeSelectionClass ##### -->
<para>
@tree_view:
-<!-- ##### FUNCTION gtk_tree_view_set_headers_active ##### -->
+<!-- ##### FUNCTION gtk_tree_view_set_headers_clickable ##### -->
<para>
</para>
@window:
@justification:
@id:
-@size:
+@width:
@min_width:
@max_width:
@func:
@button_active:
@dirty:
-<!-- ##### ENUM GtkTreeViewColumnType ##### -->
+<!-- ##### ENUM GtkTreeViewColumnSizing ##### -->
<para>
</para>
@Returns:
-<!-- ##### FUNCTION gtk_tree_view_column_set_col_type ##### -->
+<!-- ##### FUNCTION gtk_tree_view_column_set_sizing ##### -->
<para>
</para>
@Returns:
-<!-- ##### FUNCTION gtk_tree_view_column_set_size ##### -->
+<!-- ##### FUNCTION gtk_tree_view_column_set_width ##### -->
<para>
</para>
@tree_column:
@size:
-<!-- # Unused Parameters # -->
-@width:
<!-- ##### FUNCTION gtk_tree_view_column_set_min_width ##### -->
@Returns:
-<!-- ##### FUNCTION gtk_tree_view_column_set_header_active ##### -->
+<!-- ##### FUNCTION gtk_tree_view_column_set_header_clickable ##### -->
<para>
</para>
@Returns:
+<!-- ##### FUNCTION gtk_tree_view_column_clicked ##### -->
+<para>
+
+</para>
+
+@tree_column:
+
+
</para>
-<!-- ##### ARG GtkViewport:shadow_type ##### -->
+<!-- ##### ARG GtkViewport:shadow-type ##### -->
<para>
</para>
</para>
@type:
-@first_arg_name:
+@first_property_name:
@Varargs:
@Returns:
-
-
-<!-- ##### FUNCTION gtk_widget_newv ##### -->
-<para>
-
-</para>
-
-@type:
-@nargs:
-@args:
-@Returns:
+<!-- # Unused Parameters # -->
+@first_arg_name:
<!-- ##### FUNCTION gtk_widget_ref ##### -->
@widget_pointer:
-<!-- ##### FUNCTION gtk_widget_get ##### -->
-<para>
-
-</para>
-
-@widget:
-@arg:
-
-
-<!-- ##### FUNCTION gtk_widget_getv ##### -->
-<para>
-
-</para>
-
-@widget:
-@nargs:
-@args:
-
-
<!-- ##### FUNCTION gtk_widget_set ##### -->
<para>
</para>
@widget:
-@first_arg_name:
+@first_property_name:
@Varargs:
-
-
-<!-- ##### FUNCTION gtk_widget_setv ##### -->
-<para>
-
-</para>
-
-@widget:
-@nargs:
-@args:
+<!-- # Unused Parameters # -->
+@first_arg_name:
<!-- ##### FUNCTION gtk_widget_unparent ##### -->
@Returns:
+<!-- ##### FUNCTION gtk_widget_is_focus ##### -->
+<para>
+
+</para>
+
+@widget:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_widget_grab_focus ##### -->
<para>
@time:
@Returns:
-<!-- ##### SIGNAL GtkWidget::draw ##### -->
-<para>
-
-</para>
-
-@widget: the object which received the signal.
-@area:
-
<!-- ##### SIGNAL GtkWidget::draw-default ##### -->
<para>
</para>
-<!-- ##### ARG GtkWidget:app_paintable ##### -->
+<!-- ##### ARG GtkWidget:app-paintable ##### -->
<para>
</para>
-<!-- ##### ARG GtkWidget:can_focus ##### -->
+<!-- ##### ARG GtkWidget:can-focus ##### -->
<para>
</para>
-<!-- ##### ARG GtkWidget:has_focus ##### -->
+<!-- ##### ARG GtkWidget:has-focus ##### -->
<para>
</para>
-<!-- ##### ARG GtkWidget:can_default ##### -->
+<!-- ##### ARG GtkWidget:can-default ##### -->
<para>
</para>
-<!-- ##### ARG GtkWidget:has_default ##### -->
+<!-- ##### ARG GtkWidget:has-default ##### -->
<para>
</para>
-<!-- ##### ARG GtkWidget:receives_default ##### -->
+<!-- ##### ARG GtkWidget:receives-default ##### -->
<para>
</para>
-<!-- ##### ARG GtkWidget:composite_child ##### -->
+<!-- ##### ARG GtkWidget:composite-child ##### -->
<para>
</para>
</para>
-<!-- ##### ARG GtkWidget:extension_events ##### -->
+<!-- ##### ARG GtkWidget:extension-events ##### -->
<para>
</para>
The title of the window.
</para>
-<!-- ##### ARG GtkWindow:auto_shrink ##### -->
+<!-- ##### ARG GtkWindow:auto-shrink ##### -->
<para>
If the window shrinks automatically when widgets within it shrink.
</para>
-<!-- ##### ARG GtkWindow:allow_shrink ##### -->
+<!-- ##### ARG GtkWindow:allow-shrink ##### -->
<para>
If the window can be resized to a smaller size by the user.
</para>
-<!-- ##### ARG GtkWindow:allow_grow ##### -->
+<!-- ##### ARG GtkWindow:allow-grow ##### -->
<para>
If the window can be resized to a larger size by the user.
</para>
If the window is modal, i.e. it grabs all GTK+ events.
</para>
-<!-- ##### ARG GtkWindow:window_position ##### -->
+<!-- ##### ARG GtkWindow:window-position ##### -->
<para>
The position of the window.
</para>
-<!-- ##### ARG GtkWindow:default_width ##### -->
+<!-- ##### ARG GtkWindow:default-width ##### -->
<para>
</para>
-<!-- ##### ARG GtkWindow:default_height ##### -->
+<!-- ##### ARG GtkWindow:default-height ##### -->
<para>
</para>
-<!-- ##### ARG GtkWindow:destroy_with_parent ##### -->
+<!-- ##### ARG GtkWindow:destroy-with-parent ##### -->
<para>
</para>